Searched defs:msec_timeout (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/ltp/include/ |
H A D | tst_process_state.h | 29 #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 D | tst_checkpoint.h | 46 #define TST_CHECKPOINT_WAIT2(id, msec_timeout) \ argument
|
/aosp_15_r20/external/ltp/lib/ |
H A D | tst_checkpoint.c | 83 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 D | tst_process_state.c | 16 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 D | tst_thread_state.c | 15 unsigned int msec_timeout) in tst_thread_state_wait()
|
/aosp_15_r20/external/ltp/include/old/ |
H A D | old_checkpoint.h | 46 #define TST_SAFE_CHECKPOINT_WAIT2(cleanup_fn, id, msec_timeout) \ argument
|