Home
last modified time | relevance | path

Searched refs:SAFE_CLOCK_GETTIME (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
Dleapsec01.c99 SAFE_CLOCK_GETTIME(CLOCK_REALTIME, &now); in test_hrtimer_early_expiration()
111 SAFE_CLOCK_GETTIME(CLOCK_REALTIME, &now); in test_hrtimer_early_expiration()
128 SAFE_CLOCK_GETTIME(CLOCK_REALTIME, &now); in run_leapsec()
165 SAFE_CLOCK_GETTIME(CLOCK_REALTIME, &now); in run_leapsec()
192 SAFE_CLOCK_GETTIME(CLOCK_REALTIME, &now); in cleanup()
/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx06.c109 SAFE_CLOCK_GETTIME(CLOCK_REALTIME_COARSE, &before_time); in test_statx()
113 SAFE_CLOCK_GETTIME(CLOCK_REALTIME_COARSE, &after_time); in test_statx()
/third_party/ltp/testcases/kernel/syscalls/timer_settime/
Dtimer_settime03.c74 SAFE_CLOCK_GETTIME(CLOCK_REALTIME, &spec.it_value); in run()
/third_party/ltp/include/
Dtst_safe_clocks.h156 #define SAFE_CLOCK_GETTIME(clk_id, tp)\ macro