Home
last modified time | relevance | path

Searched refs:TEST_CLOCK (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/rt/
Dtst-timer4.c29 # 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 …]
Dtst-timer5.c8 # define TEST_CLOCK CLOCK_MONOTONIC macro
23 if (timer_create (TEST_CLOCK, NULL, &t) != 0) in setup_test()
Dtst-cputimer1.c14 #define TEST_CLOCK CLOCK_PROCESS_CPUTIME_ID macro
46 if (timer_create (TEST_CLOCK, NULL, &t) != 0) in setup_test()
Dtst-cputimer2.c17 #define TEST_CLOCK worker_thread_clock macro
69 if (timer_create (TEST_CLOCK, NULL, &t) != 0) in setup_test()
Dtst-cputimer3.c18 #define TEST_CLOCK child_clock macro
108 if (timer_create (TEST_CLOCK, NULL, &t) != 0) in setup_test()
/glibc-2.36/ChangeLog.old/
DChangeLog.15367 * rt/tst-timer4.c (TEST_CLOCK, TEST_CLOCK_NANOSLEEP): New macros.