Home
last modified time | relevance | path

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

/external/ltp/lib/
Dtst_checkpoint.c83 int tst_checkpoint_wait(unsigned int id, unsigned int msec_timeout) in tst_checkpoint_wait() function
131 int ret = tst_checkpoint_wait(id, DEFAULT_MSEC_TIMEOUT); in tst_safe_checkpoint_wait()
/external/ltp/include/
Dtst_checkpoint_fn.h35 int tst_checkpoint_wait(unsigned int id, unsigned int msec_timeout);
/external/ltp/testcases/lib/
Dtst_checkpoint.c91 ret = tst_checkpoint_wait(id, timeout); in main()