clock_gettime
¶POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/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
.