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§
- itimerval
Deprecated - 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_
PROF Deprecated - See https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html.
- ITIMER_
REAL Deprecated - See https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html.
- ITIMER_
VIRTUAL Deprecated - See https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html.
Functions§
- getitimer⚠
Deprecated - See https://pubs.opengroup.org/onlinepubs/9699919799/functions/getitimer.html.
- gettimeofday⚠
Deprecated - See https://pubs.opengroup.org/onlinepubs/9699919799/functions/gettimeofday.html.
- setitimer⚠
Deprecated - See https://pubs.opengroup.org/onlinepubs/9699919799/functions/getitimer.html.
- utimes⚠
Deprecated - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/utimes.html.