Home
last modified time | relevance | path

Searched refs:_POSIX_MONOTONIC_CLOCK (Results 1 – 15 of 15) sorted by relevance

/glibc-2.36/sysdeps/pthread/
Dtst-cond11.c98 # if defined _POSIX_MONOTONIC_CLOCK && _POSIX_MONOTONIC_CLOCK >= 0 in do_test()
99 # if _POSIX_MONOTONIC_CLOCK == 0 in do_test()
Dtst-cond23.c160 # if defined _POSIX_MONOTONIC_CLOCK && _POSIX_MONOTONIC_CLOCK >= 0 in do_test()
161 # if _POSIX_MONOTONIC_CLOCK == 0 in do_test()
/glibc-2.36/rt/
Dtst-timer5.c6 #if defined CLOCK_MONOTONIC && defined _POSIX_MONOTONIC_CLOCK
/glibc-2.36/time/
Dtst-clock2.c6 #if defined CLOCK_MONOTONIC && defined _POSIX_MONOTONIC_CLOCK
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dposix_opt.h164 #define _POSIX_MONOTONIC_CLOCK 0 macro
/glibc-2.36/sysdeps/mach/hurd/bits/
Dposix_opt.h166 #define _POSIX_MONOTONIC_CLOCK 0 macro
/glibc-2.36/sysdeps/posix/
Dsysconf.c941 #if CONF_IS_DEFINED_SET (_POSIX_MONOTONIC_CLOCK) in __sysconf()
942 return _POSIX_MONOTONIC_CLOCK; in __sysconf()
/glibc-2.36/posix/
Dtst-getconf.sh81 _POSIX_MONOTONIC_CLOCK
/glibc-2.36/nscd/
Dconnections.c2348 && defined _POSIX_MONOTONIC_CLOCK && _POSIX_MONOTONIC_CLOCK >= 0 in start_threads()
2351 # if _POSIX_MONOTONIC_CLOCK == 0 in start_threads()
/glibc-2.36/conform/data/
Dunistd.h-data52 optional-constant _POSIX_MONOTONIC_CLOCK
/glibc-2.36/ChangeLog.old/
DChangeLog.152029 _POSIX_CLOCK_SELECTION or _POSIX_MONOTONIC_CLOCK is not greater zero.
DChangeLog.nptl11175 _POSIX_MONOTONIC_CLOCK.
DChangeLog.1110474 _POSIX_ASYNCHRONOUS_IO, _POSIX_BARRIERS, _POSIX_MONOTONIC_CLOCK,
DChangeLog.1410929 _POSIX_MONOTONIC_CLOCK.
DChangeLog.1837613 [POSIX] (_POSIX_MONOTONIC_CLOCK): Likewise.