Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/include/
Dproc.h27 struct timespec wait_step_ts; in tst_process_state_wait3() local
30 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()