Searched refs:wait_step_ts (Results 1 – 1 of 1) sorted by relevance
27 struct timespec wait_step_ts; in tst_process_state_wait3() local30 wait_step_ts.tv_sec = 0; in tst_process_state_wait3()31 wait_step_ts.tv_nsec = wait_step_ms * 1000000; in tst_process_state_wait3()55 nanosleep(&wait_step_ts, NULL); in tst_process_state_wait3()