Searched refs:TEST_CLOCK (Results 1 – 5 of 5) sorted by relevance
/rt/ |
A D | tst-timer5.c | 8 # define TEST_CLOCK CLOCK_MONOTONIC macro 23 if (timer_create (TEST_CLOCK, NULL, &t) != 0) in setup_test()
|
A 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() 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() 344 if (clock_gettime (TEST_CLOCK, &startts) != 0) in do_test() [all …]
|
A 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()
|
A D | tst-cputimer2.c | 17 #define TEST_CLOCK worker_thread_clock macro 69 if (timer_create (TEST_CLOCK, NULL, &t) != 0) in setup_test()
|
A D | tst-cputimer3.c | 18 #define TEST_CLOCK child_clock macro 108 if (timer_create (TEST_CLOCK, NULL, &t) != 0) in setup_test()
|
Completed in 9 milliseconds