Searched refs:pollfds (Results 1 – 2 of 2) sorted by relevance
511 pollfd pollfds[1]; in send_prop_msg() local512 pollfds[0].fd = fd; in send_prop_msg()513 pollfds[0].events = 0; in send_prop_msg()514 const int poll_result = TEMP_FAILURE_RETRY(poll(pollfds, 1, 250 /* ms */)); in send_prop_msg()515 if (poll_result == 1 && (pollfds[0].revents & POLLHUP) != 0) { in send_prop_msg()
234 struct pollfd *pollfds; /* Allocated as needed */ member