Searched refs:poll_info (Results 1 – 1 of 1) sorted by relevance
116 struct pollfd poll_info = { in WaitForChildWithTimeout() local120 int ret = TEMP_FAILURE_RETRY(poll(&poll_info, 1, timeout.count())); in WaitForChildWithTimeout()