Home
last modified time | relevance | path

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

/sysdeps/pthread/
A Dtst-join14.c49 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 Dtst-sem5.c32 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 Dtst-cond27.c37 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 Dtst-join3.c46 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 Dtst-mutex9.c43 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 Dtst-mutex5.c43 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