Lines Matching refs:test_clock
25 test_clock (clockid_t clk) in test_clock() function
41 test_clock (CLOCK_BOOTTIME); in do_test()
42 test_clock (CLOCK_BOOTTIME_ALARM); in do_test()
43 test_clock (CLOCK_MONOTONIC); in do_test()
44 test_clock (CLOCK_MONOTONIC_COARSE); in do_test()
45 test_clock (CLOCK_MONOTONIC_RAW); in do_test()
46 test_clock (CLOCK_PROCESS_CPUTIME_ID); in do_test()
47 test_clock (CLOCK_REALTIME); in do_test()
48 test_clock (CLOCK_REALTIME_ALARM); in do_test()
49 test_clock (CLOCK_REALTIME_COARSE); in do_test()
51 test_clock (CLOCK_TAI); in do_test()
53 test_clock (CLOCK_THREAD_CPUTIME_ID); in do_test()