/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/ |
D | window.c | 268 if ((events & EPOLLERR) || (events & EPOLLHUP)) in handle_display_data() 289 ep.events = EPOLLIN | EPOLLERR | EPOLLHUP; in handle_display_data() 528 EPOLLIN | EPOLLERR | EPOLLHUP, &p_display->display_task); in CreateDisplay() 657 ep[0].events = EPOLLIN | EPOLLOUT | EPOLLERR | EPOLLHUP; in DisplayRun()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | epoll.h | 30 #define EPOLLHUP 0x010 macro
|
/third_party/musl/include/sys/ |
D | epoll.h | 30 #define EPOLLHUP 0x010 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | epoll.h | 30 #define EPOLLHUP 0x010 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | epoll.h | 30 #define EPOLLHUP 0x010 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | epoll.h | 30 #define EPOLLHUP 0x010 macro
|
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/ |
D | epoll_ctl03.c | 28 EPOLLHUP, EPOLLET, EPOLLONESHOT, EPOLLRDHUP
|
/third_party/flutter/engine/flutter/fml/platform/linux/ |
D | message_loop_linux.cc | 57 if (event.events & (EPOLLERR | EPOLLHUP)) { in Run()
|
/third_party/boost/boost/asio/detail/impl/ |
D | epoll_reactor.ipp | 171 ev.events = EPOLLIN | EPOLLERR | EPOLLHUP | EPOLLPRI | EPOLLET; 214 ev.events = EPOLLIN | EPOLLERR | EPOLLHUP | EPOLLPRI | EPOLLET; 495 if ((events[i].events & (EPOLLERR | EPOLLHUP)) != 0) 738 if (events & (flag[j] | EPOLLERR | EPOLLHUP))
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | epoll_reactor.ipp | 171 ev.events = EPOLLIN | EPOLLERR | EPOLLHUP | EPOLLPRI | EPOLLET; 214 ev.events = EPOLLIN | EPOLLERR | EPOLLHUP | EPOLLPRI | EPOLLET; 495 if ((events[i].events & (EPOLLERR | EPOLLHUP)) != 0) 738 if (events & (flag[j] | EPOLLERR | EPOLLHUP))
|
/third_party/ltp/testcases/kernel/syscalls/epoll/ |
D | epoll-ltp.c | 422 (EPOLLHUP * ((index & 0x10) >> 4)) | in test_epoll_ctl()
|
/third_party/wayland_standard/src/ |
D | event-loop.c | 107 if (ep->events & EPOLLHUP) in wl_event_source_fd_dispatch()
|
/third_party/eudev/src/udev/ |
D | udev-event.c | 560 } else if (ev[i].events & EPOLLHUP) { in spawn_read()
|
/third_party/libcoap/src/ |
D | net.c | 1843 (events[j].events & (EPOLLOUT|EPOLLERR|EPOLLHUP|EPOLLRDHUP))) { in coap_io_do_epoll() 1852 (events[j].events & (EPOLLIN|EPOLLERR|EPOLLHUP|EPOLLRDHUP))) { in coap_io_do_epoll() 1858 (events[j].events & (EPOLLOUT|EPOLLERR|EPOLLHUP|EPOLLRDHUP))) { in coap_io_do_epoll()
|
/third_party/weston/clients/ |
D | window.c | 6195 if (events & EPOLLERR || events & EPOLLHUP) { in handle_display_data() 6211 ep.events = EPOLLIN | EPOLLERR | EPOLLHUP; in handle_display_data() 6257 display_watch_fd(d, d->display_fd, EPOLLIN | EPOLLERR | EPOLLHUP, in display_create() 6355 !(display->display_fd_events & EPOLLHUP)) in display_destroy() 6512 EPOLLIN | EPOLLOUT | EPOLLERR | EPOLLHUP; in display_run()
|
D | terminal.c | 3043 if (events & EPOLLHUP) { in io_handler() 3106 EPOLLIN | EPOLLHUP, &terminal->io_task); in terminal_run()
|
/third_party/grpc/src/core/lib/iomgr/ |
D | ev_epoll1_linux.cc | 688 bool cancel = (ev->events & EPOLLHUP) != 0; in process_epoll_events()
|
D | ev_epollex_linux.cc | 901 bool cancel = (ev->events & EPOLLHUP) != 0;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | eloop.c | 291 ev.events = EPOLLERR | EPOLLHUP; in eloop_sock_queue()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | eloop.c | 289 ev.events = EPOLLERR | EPOLLHUP; in eloop_sock_queue()
|
/third_party/python/Doc/library/ |
D | select.rst | 293 | :const:`EPOLLHUP` | Hang up happened on the assoc. fd |
|
/third_party/python/Modules/ |
D | selectmodule.c | 2497 PyModule_AddIntMacro(m, EPOLLHUP);
|
/third_party/libuv/ |
D | ChangeLog | 4544 * linux: handle EPOLLHUP without EPOLLIN/EPOLLOUT (Ben Noordhuis) 4577 * linux: handle EPOLLHUP without EPOLLIN/EPOLLOUT (Ben Noordhuis)
|