Home
last modified time | relevance | path

Searched refs:tst_timer_expired_ms (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/lib/newlib_tests/
Dtst_expiration_timer.c18 while (!tst_timer_expired_ms(5000)) in do_test()
/third_party/ltp/lib/
Dtst_timer.c40 int tst_timer_expired_ms(long long ms) in tst_timer_expired_ms() function
/third_party/ltp/testcases/kernel/crypto/
Dcrypto_user02.c101 while (!tst_timer_expired_ms(1000)) { in run()
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/
Dcfs_bandwidth01.c74 while (!tst_timer_expired_ms(20)) in busy_loop()
/third_party/ltp/include/
Dtst_timer.h1037 int tst_timer_expired_ms(long long ms);
/third_party/ltp/doc/
Dc-test-api.txt1289 int tst_timer_expired_ms(long long ms);
1306 The 'tst_timer_expired_ms()' function checks if the timer started by
1331 while (!tst_timer_expired_ms(5000)) {