Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/clock_settime/
Dclock_settime01.c34 SAFE_CLOCK_GETTIME(CLOCK_REALTIME, begin); in verify_clock_settime()
41 SAFE_CLOCK_GETTIME(CLOCK_REALTIME, end); in verify_clock_settime()
52 SAFE_CLOCK_GETTIME(CLOCK_REALTIME, begin); in verify_clock_settime()
59 SAFE_CLOCK_GETTIME(CLOCK_REALTIME, end); in verify_clock_settime()
Dclock_settime02.c102 SAFE_CLOCK_GETTIME(CLOCK_REALTIME, specptr); in verify_clock_settime()
/external/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()
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx06.c124 SAFE_CLOCK_GETTIME(CLOCK_REALTIME_COARSE, &before_time); in test_statx()
128 SAFE_CLOCK_GETTIME(CLOCK_REALTIME_COARSE, &after_time); in test_statx()
/external/ltp/include/
Dtst_safe_clocks.h68 #define SAFE_CLOCK_GETTIME(clk_id, tp)\ macro