Home
last modified time | relevance | path

Searched refs:tst_checkpoint_wait (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/lib/
Dtst_checkpoint.c84 int tst_checkpoint_wait(unsigned int id, unsigned int msec_timeout) in tst_checkpoint_wait() function
149 ret = tst_checkpoint_wait(id, msec_timeout); in tst_safe_checkpoint_wait()
/third_party/ltp/include/
Dtst_checkpoint_fn.h22 int tst_checkpoint_wait(unsigned int id, unsigned int msec_timeout);
/third_party/ltp/testcases/lib/
Dtst_checkpoint.c78 ret = tst_checkpoint_wait(id, timeout); in main()
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/
Dcfs_bandwidth01.c77 const int ret = tst_checkpoint_wait(0, sleep_ms); in busy_loop()