Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/statx/
Dstatx06.c152 if (tst_timespec_lt(statx_time, before_time)) in test_statx()
154 else if (tst_timespec_lt(after_time, statx_time)) in test_statx()
/external/ltp/include/
Dtst_timer.h129 static inline int tst_timespec_lt(struct timespec t1, struct timespec t2) in tst_timespec_lt() function
230 if (tst_timespec_lt(t1, t2)) in tst_timespec_abs_diff()
/external/ltp/testcases/kernel/syscalls/nanosleep/
Dnanosleep02.c47 if (tst_timespec_lt(timereq, tst_timer_elapsed())) in do_child()
/external/ltp/testcases/kernel/syscalls/futex/
Dfutex_wait_bitset.h44 if (tst_timespec_lt(end, to)) { in verify_futex_wait_bitset()
/external/ltp/doc/
Dtest-writing-guidelines.txt1298 int tst_timespec_lt(struct timespec t1, struct timespec t2);
1313 The 'tst_timespec_lt()' function returns non-zero if 't1' is earlier than