Searched refs:poll_result (Results 1 – 1 of 1) sorted by relevance
514 const int poll_result = TEMP_FAILURE_RETRY(poll(pollfds, 1, 250 /* ms */)); in send_prop_msg() local515 if (poll_result == 1 && (pollfds[0].revents & POLLHUP) != 0) { in send_prop_msg()