Home
last modified time | relevance | path

Searched defs:msec_timeout (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/include/
Dtst_process_state.h29 #define TST_PROCESS_STATE_WAIT(pid, state, msec_timeout) \ argument
36 #define TST_PROCESS_EXIT_WAIT(pid, msec_timeout) \ argument
Dtst_checkpoint.h13 #define TST_CHECKPOINT_WAIT2(id, msec_timeout) \ argument
/third_party/ltp/lib/
Dtst_checkpoint.c84 int tst_checkpoint_wait(unsigned int id, unsigned int msec_timeout) in tst_checkpoint_wait()
109 unsigned int msec_timeout) in tst_checkpoint_wake()
142 unsigned int msec_timeout) in tst_safe_checkpoint_wait()
Dtst_process_state.c16 const char state, unsigned int msec_timeout) in tst_process_state_wait()
72 int tst_process_exit_wait(pid_t pid, unsigned int msec_timeout) in tst_process_exit_wait()
/third_party/ltp/include/old/
Dold_checkpoint.h46 #define TST_SAFE_CHECKPOINT_WAIT2(cleanup_fn, id, msec_timeout) \ argument