next up previous contents index
Next: 9.4.28 sys/wait.h: a POSIX Up: 9.4 Header Files Previous: 9.4.26 sys/termios.h: terminal handling

9.4.27 sys/time.h: timing functions

   

DESCRIPTION

This header includes constant definitions and function prototypes for timing and related functions.

Extended functionality.

Timing functions are mapped to the (currently undocumented) oskit_clock COM interface. In essence, this interface is a very natural adaptation of the POSIX.1 real-time extensions.
gettimeofday
Read the current time of the day directly out of the oskit_clock instance functioning as system clock. To set the time, set the corresponding oskit_clock object.

set_system_clock
Set the system clock used by the other timing routines.



University of Utah Flux Research Group