Searched refs:SAFE_CLOCK_GETTIME (Results 1 – 5 of 5) sorted by relevance
/external/ltp/testcases/kernel/syscalls/clock_settime/ |
D | clock_settime01.c | 34 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()
|
D | clock_settime02.c | 102 SAFE_CLOCK_GETTIME(CLOCK_REALTIME, specptr); in verify_clock_settime()
|
/external/ltp/testcases/kernel/syscalls/clock_gettime/ |
D | leapsec01.c | 99 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/ |
D | statx06.c | 124 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/ |
D | tst_safe_clocks.h | 68 #define SAFE_CLOCK_GETTIME(clk_id, tp)\ macro
|