Searched refs:POLLHUP (Results 1 – 2 of 2) sorted by relevance
90 #define POLLHUP 0x0010 /* file descriptor was "hung up" */ macro94 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
1820 if (events & (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND | POLLHUP)) { in poll_nocancel()1927 fds->revents |= POLLHUP; in poll_callback()1935 if (fds->revents & POLLHUP) { in poll_callback()1947 if (!(fds->revents & POLLHUP)) { in poll_callback()