Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/include/
Dproc.h64 struct timespec maxwait_ts; in tst_process_state_wait3() local
66 maxwait_ts.tv_sec = maxwait_s; in tst_process_state_wait3()
67 maxwait_ts.tv_nsec = 0; in tst_process_state_wait3()
69 nanosleep(&maxwait_ts, NULL); in tst_process_state_wait3()