Unix Standard

Standard symbolic constants and types for the QuantumRT Real-Time Kernel.

Part of QuantumRT Real-Time Kernel.

Functions

ssize_t write(int fildes, const void *buf, size_t nbyte)

Not supported.

ssize_t read(int fildes, void *buf, size_t nbyte)

Not supported.

int close(int fildes)

Not supported.

unsigned sleep(unsigned seconds)

Suspends the calling thread for a specified number of seconds.

Parameters:
  • seconds – Number of seconds to sleep.

Returns:

0.