Skip to main content

Module sys_time

Module sys_time 

Source
Expand description

sys/time.h implementation.

See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_time.h.html.

Note that since the Open Group Base Specifications Issue 8, the timeval struct has been moved to the sys/select.h header.

Structs§

itimervalDeprecated
See https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html.
timezone
Non-POSIX, see https://www.man7.org/linux/man-pages/man2/gettimeofday.2.html.

Constants§

ITIMER_PROFDeprecated
See https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html.
ITIMER_REALDeprecated
See https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html.
ITIMER_VIRTUALDeprecated
See https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html.

Functions§

getitimerDeprecated
See https://pubs.opengroup.org/onlinepubs/9699919799/functions/getitimer.html.
gettimeofdayDeprecated
See https://pubs.opengroup.org/onlinepubs/9699919799/functions/gettimeofday.html.
setitimerDeprecated
See https://pubs.opengroup.org/onlinepubs/9699919799/functions/getitimer.html.
utimesDeprecated
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/utimes.html.