Searched refs:run_test (Results 1 – 2 of 2) sorted by relevance
35 run_test (clockid_t attr_clock, clockid_t wait_clock) in run_test() function96 run_test (CLOCK_REALTIME, CLOCK_USE_ATTR_CLOCK); in do_test()108 run_test (CLOCK_MONOTONIC, CLOCK_USE_ATTR_CLOCK); in do_test()109 run_test (CLOCK_REALTIME, CLOCK_MONOTONIC); in do_test()110 run_test (CLOCK_MONOTONIC, CLOCK_MONOTONIC); in do_test()111 run_test (CLOCK_MONOTONIC, CLOCK_REALTIME); in do_test()
59 run_test (clockid_t cl) in run_test() function158 int res = run_test (CLOCK_REALTIME); in do_test()172 res |= run_test (CLOCK_MONOTONIC); in do_test()
Completed in 7 milliseconds