Searched refs:EPOLLHUP (Results 1 – 25 of 30) sorted by relevance
12
34 #if defined(EPOLLHUP) || (defined(HAVE_DECL_EPOLLHUP) && HAVE_DECL_EPOLLHUP)36 static_assert((EPOLLHUP) == (0x00000010), "EPOLLHUP != 0x00000010");39 # define EPOLLHUP 0x00000010133 XLAT(EPOLLHUP),
5 EPOLLHUP 0x00000010
46 EPOLLHUP = 0x010, enumerator47 #define EPOLLHUP EPOLLHUP macro
211 conn->events = EPOLLOUT | EPOLLERR | EPOLLHUP; in eph_connect()216 if (conn->revents & (EPOLLERR | EPOLLHUP)) in eph_connect()232 conn->events = EPOLLIN | EPOLLERR | EPOLLHUP; in eph_read()251 conn->events = EPOLLOUT | EPOLLERR | EPOLLHUP; in eph_write()270 conn->events = EPOLLIN | EPOLLERR | EPOLLHUP; in eph_accept()
35 #define EPOLLHUP (__force __poll_t)0x00000010 macro
48 EPOLLHUP
422 (EPOLLHUP * ((index & 0x10) >> 4)) | in test_epoll_ctl()
486 if (what & (EPOLLHUP|EPOLLERR)) { in epoll_dispatch()
325 ep.events = EPOLLHUP; in fd_cmp_open_monitor()648 } else if (ev[i].events & EPOLLHUP) { in test_run_parent_check_outputs()
85 if (ep->events & EPOLLHUP) in wl_event_source_fd_dispatch()
133 | :const:`EPOLLHUP` | Hang up happened on the assoc. fd |
212 ev.events = EPOLLERR | EPOLLHUP; in eloop_sock_queue()
668 bool cancel = (ev->events & EPOLLHUP) != 0; in process_epoll_events()
1256 bool cancel = (ep_ev[i].events & EPOLLHUP) != 0;
338 EPOLLHUP = 0x10 const
366 EPOLLHUP = 0x10 const
1917 PyModule_AddIntConstant(m, "EPOLLHUP", EPOLLHUP);