Home
last modified time | relevance | path

Searched refs:CLOCK_BOOTTIME (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/sysdeps/pthread/
Dtst-mutex11.c59 #if defined(CLOCK_BOOTTIME) in do_test()
60 test_bad_clockid (CLOCK_BOOTTIME); in do_test()
Dtst-join15.c49 #ifdef CLOCK_BOOTTIME in do_test()
50 CLOCK_BOOTTIME, in do_test()
/glibc-2.36/nptl/
Dtst-cond26.c65 #if defined(CLOCK_BOOTTIME) in do_test()
67 CLOCK_BOOTTIME, &ts), EINVAL); in do_test()
Dtst-sem17.c64 #if defined(CLOCK_BOOTTIME) in do_test()
65 TEST_COMPARE (sem_clockwait (&s, CLOCK_BOOTTIME, &ts), -1); in do_test()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-clock_gettime-clobber.c41 test_clock (CLOCK_BOOTTIME); in do_test()
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dtime.h60 # define CLOCK_BOOTTIME 7 macro
/glibc-2.36/ChangeLog.old/
DChangeLog.1894750 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.