Searched refs:poll_ret (Results 1 – 1 of 1) sorted by relevance
1195 int poll_ret = TEMP_FAILURE_RETRY(poll(&pfd, /*nfds=*/1, timeout_ms)); in wait_child_with_timeout() local1199 if (poll_ret < 0) { in wait_child_with_timeout()1204 if (poll_ret == 0) { in wait_child_with_timeout()