Next: clock_nanosleep
, Previous: clock_getres
, Up: ISO C and POSIX Function Substitutes [Contents][Index]
clock_gettime
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_gettime.html
Gnulib module: —
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
tv_sec
field of the result
uninitialized on some platforms:
mingw in 32-bit mode.
The Gnulib modules gettime
and timespec_get
are partial
substitutes; they implement the CLOCK_REALTIME
functionality of
clock_gettime
.