Searched refs:do_test_clock (Results 1 – 6 of 6) sorted by relevance
/sysdeps/pthread/ |
A D | tst-join14.c | 49 do_test_clock (clockid_t clockid) in do_test_clock() function 68 do_test_clock (CLOCK_USE_TIMEDJOIN); in do_test() 69 do_test_clock (CLOCK_REALTIME); in do_test() 70 do_test_clock (CLOCK_MONOTONIC); in do_test()
|
A D | tst-sem5.c | 32 do_test_clock (clockid_t clockid) in do_test_clock() function 56 do_test_clock (CLOCK_USE_TIMEDWAIT); in do_test() 57 do_test_clock (CLOCK_REALTIME); in do_test() 58 do_test_clock (CLOCK_MONOTONIC); in do_test()
|
A D | tst-cond27.c | 37 do_test_clock (clockid_t clockid) in do_test_clock() function 61 do_test_clock (CLOCK_MONOTONIC); in do_test() 62 do_test_clock (CLOCK_REALTIME); in do_test()
|
A D | tst-join3.c | 46 do_test_clock (clockid_t clockid) in do_test_clock() function 92 do_test_clock (CLOCK_USE_TIMEDJOIN); in do_test() 93 do_test_clock (CLOCK_REALTIME); in do_test() 94 do_test_clock (CLOCK_MONOTONIC); in do_test()
|
A D | tst-mutex9.c | 43 do_test_clock (clockid_t clockid, int tmo_result) in do_test_clock() function 152 do_test_clock (CLOCK_USE_TIMEDLOCK, ETIMEDOUT); in do_test() 153 do_test_clock (CLOCK_REALTIME, ETIMEDOUT); in do_test() 154 do_test_clock (CLOCK_MONOTONIC, monotonic_result); in do_test()
|
A D | tst-mutex5.c | 43 do_test_clock (clockid_t clockid, const char *fnname, int tmo_result) in do_test_clock() function 131 do_test_clock (CLOCK_USE_TIMEDLOCK, "timedlock", ETIMEDOUT); in do_test() 132 do_test_clock (CLOCK_REALTIME, "clocklock(realtime)", ETIMEDOUT); in do_test() 133 do_test_clock (CLOCK_MONOTONIC, "clocklock(monotonic)", monotonic_result); in do_test()
|
Completed in 5 milliseconds