Home
last modified time | relevance | path

Searched refs:tst_ts_lt (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/lib/newlib_tests/
Dtest_timer.c53 if (tst_ts_lt(ts1, ts2)) in test_lt()
60 if (tst_ts_lt(ts1, ts2)) in test_lt()
67 if (tst_ts_lt(ts1, ts2)) in test_lt()
/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutex_wait_bitset01.c72 if (tst_ts_lt(end, to)) { in verify_futex_wait_bitset()
/third_party/ltp/include/
Dtst_timer.h773 static inline int tst_ts_lt(struct tst_ts t1, struct tst_ts t2) in tst_ts_lt() function
786 return tst_ts_lt(tst_ts_from_timespec(ts1), tst_ts_from_timespec(ts2)); in tst_timespec_lt()
978 if (tst_ts_lt(t1, t2)) in tst_ts_abs_diff()