Searched refs:zero_tmo (Results 1 – 2 of 2) sorted by relevance
29 static int test_ppoll_timeout (bool zero_tmo) in test_ppoll_timeout() argument34 struct timespec timeout = make_timespec (0, zero_tmo ? 0 : TIMESPEC_HZ/2); in test_ppoll_timeout()
30 test_sigtimedwait_timeout (bool zero_tmo) in test_sigtimedwait_timeout() argument35 struct timespec timeout = make_timespec (0, zero_tmo ? 0 : TIMESPEC_HZ/2); in test_sigtimedwait_timeout()
Completed in 3 milliseconds