Home
last modified time | relevance | path

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

/third_party/ltp/lib/newlib_tests/
Dtest_timer.c21 ts1 = tst_ts_from_ms(type, VAL_MS); in test_diff()
50 ts1 = tst_ts_from_ms(type, VAL_MS); in test_lt()
89 ts = tst_ts_from_ms(type, 1000); in test_add_sub()
/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutex_cmp_requeue01.c58 struct tst_ts usec = tst_ts_from_ms(tv->tstype, max_sleep_ms); in do_child()
/third_party/ltp/include/
Dtst_timer.h711 tst_ts_from_ms(enum tst_ts_type type, long long ms) in tst_ts_from_ms() function
727 return tst_ts_to_timespec(tst_ts_from_ms(TST_LIBC_TIMESPEC, ms)); in tst_timespec_from_ms()