Searched refs:TEST_CLOCK (Results 1 – 6 of 6) sorted by relevance
/glibc-2.36/rt/ |
D | tst-timer4.c | 29 # ifndef TEST_CLOCK 30 # define TEST_CLOCK CLOCK_REALTIME macro 46 thr1_err = clock_gettime (TEST_CLOCK, &thr1_ts); in thr1() 92 thr2_err = clock_gettime (TEST_CLOCK, &thr2_ts) | err; in thr2() 116 if (clock_gettime (TEST_CLOCK, &sig1_ts) != 0) in sig1_handler() 140 if (clock_gettime (TEST_CLOCK, &sig2_ts) != 0) in sig2_handler() 187 const char *missing = TEST_CLOCK_MISSING (TEST_CLOCK); in do_test() 196 if (clock_gettime (TEST_CLOCK, &ts) != 0) in do_test() 205 if (clock_getres (TEST_CLOCK, &ts) != 0) in do_test() 217 if (timer_create (TEST_CLOCK, &ev, &timer_none) != 0) in do_test() [all …]
|
D | tst-timer5.c | 8 # define TEST_CLOCK CLOCK_MONOTONIC macro 23 if (timer_create (TEST_CLOCK, NULL, &t) != 0) in setup_test()
|
D | tst-cputimer1.c | 14 #define TEST_CLOCK CLOCK_PROCESS_CPUTIME_ID macro 46 if (timer_create (TEST_CLOCK, NULL, &t) != 0) in setup_test()
|
D | tst-cputimer2.c | 17 #define TEST_CLOCK worker_thread_clock macro 69 if (timer_create (TEST_CLOCK, NULL, &t) != 0) in setup_test()
|
D | tst-cputimer3.c | 18 #define TEST_CLOCK child_clock macro 108 if (timer_create (TEST_CLOCK, NULL, &t) != 0) in setup_test()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.15 | 367 * rt/tst-timer4.c (TEST_CLOCK, TEST_CLOCK_NANOSLEEP): New macros.
|