Home
last modified time | relevance | path

Searched refs:DELTA_US (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/clock_settime/
H A Dclock_settime01.c22 #define DELTA_US (long long) (DELTA_SEC * 1000000) macro
23 #define DELTA_EPS (long long) (DELTA_US * 0.1)
62 *change = tst_ts_add_us(*begin, DELTA_US); in verify_clock_settime()
75 if (elapsed >= DELTA_US && elapsed < (DELTA_US + DELTA_EPS)) in verify_clock_settime()
83 *change = tst_ts_sub_us(*begin, DELTA_US); in verify_clock_settime()
96 if (~(elapsed) <= DELTA_US && ~(elapsed) > (DELTA_US - DELTA_EPS)) in verify_clock_settime()

Completed in 1 milliseconds