Home
last modified time | relevance | path

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

/aosp_15_r20/external/ltp/include/
H A Dtst_process_state.h29 #define TST_PROCESS_STATE_WAIT(pid, state, msec_timeout) \ argument
36 #define TST_PROCESS_EXIT_WAIT(pid, msec_timeout) \ argument
52 #define TST_THREAD_STATE_WAIT(tid, state, msec_timeout) \ argument
H A Dtst_checkpoint.h46 #define TST_CHECKPOINT_WAIT2(id, msec_timeout) \ argument
/aosp_15_r20/external/ltp/lib/
H A Dtst_checkpoint.c83 int tst_checkpoint_wait(unsigned int id, unsigned int msec_timeout) in tst_checkpoint_wait()
108 unsigned int msec_timeout) in tst_checkpoint_wake()
141 unsigned int msec_timeout) in tst_safe_checkpoint_wait()
H A 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()
H A Dtst_thread_state.c15 unsigned int msec_timeout) in tst_thread_state_wait()
/aosp_15_r20/external/ltp/include/old/
H A Dold_checkpoint.h46 #define TST_SAFE_CHECKPOINT_WAIT2(cleanup_fn, id, msec_timeout) \ argument