Home
last modified time | relevance | path

Searched refs:EPOLLHUP (Results 1 – 23 of 23) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/
Dwindow.c268 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/
Depoll.h30 #define EPOLLHUP 0x010 macro
/third_party/musl/include/sys/
Depoll.h30 #define EPOLLHUP 0x010 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Depoll.h30 #define EPOLLHUP 0x010 macro
/third_party/musl/ndk_musl_include/sys/
Depoll.h30 #define EPOLLHUP 0x010 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Depoll.h30 #define EPOLLHUP 0x010 macro
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
Depoll_ctl03.c28 EPOLLHUP, EPOLLET, EPOLLONESHOT, EPOLLRDHUP
/third_party/flutter/engine/flutter/fml/platform/linux/
Dmessage_loop_linux.cc57 if (event.events & (EPOLLERR | EPOLLHUP)) { in Run()
/third_party/boost/boost/asio/detail/impl/
Depoll_reactor.ipp171 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/
Depoll_reactor.ipp171 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/
Depoll-ltp.c422 (EPOLLHUP * ((index & 0x10) >> 4)) | in test_epoll_ctl()
/third_party/wayland_standard/src/
Devent-loop.c107 if (ep->events & EPOLLHUP) in wl_event_source_fd_dispatch()
/third_party/eudev/src/udev/
Dudev-event.c560 } else if (ev[i].events & EPOLLHUP) { in spawn_read()
/third_party/libcoap/src/
Dnet.c1843 (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/
Dwindow.c6195 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()
Dterminal.c3043 if (events & EPOLLHUP) { in io_handler()
3106 EPOLLIN | EPOLLHUP, &terminal->io_task); in terminal_run()
/third_party/grpc/src/core/lib/iomgr/
Dev_epoll1_linux.cc688 bool cancel = (ev->events & EPOLLHUP) != 0; in process_epoll_events()
Dev_epollex_linux.cc901 bool cancel = (ev->events & EPOLLHUP) != 0;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Deloop.c291 ev.events = EPOLLERR | EPOLLHUP; in eloop_sock_queue()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Deloop.c289 ev.events = EPOLLERR | EPOLLHUP; in eloop_sock_queue()
/third_party/python/Doc/library/
Dselect.rst293 | :const:`EPOLLHUP` | Hang up happened on the assoc. fd |
/third_party/python/Modules/
Dselectmodule.c2497 PyModule_AddIntMacro(m, EPOLLHUP);
/third_party/libuv/
DChangeLog4544 * linux: handle EPOLLHUP without EPOLLIN/EPOLLOUT (Ben Noordhuis)
4577 * linux: handle EPOLLHUP without EPOLLIN/EPOLLOUT (Ben Noordhuis)