Searched refs:POLLHUP (Results 1 – 2 of 2) sorted by relevance
26 #define POLLHUP 0x0010 macro
515 if (poll_result == 1 && (pollfds[0].revents & POLLHUP) != 0) { in send_prop_msg()