Searched refs:POLLHUP (Results 1 – 3 of 3) sorted by relevance
25 #define POLLHUP 0x0010 macro
49 MACRO(POLLHUP); in poll_h()
200 if (poll_result == 1 && (pollfds[0].revents & POLLHUP) != 0) { in send_prop_msg()