Home
last modified time | relevance | path

Searched refs:EPOLLERR (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/src/vulkan/overlay-layer/
Dmesa-overlay-control.py6 from select import EPOLLIN, EPOLLPRI, EPOLLERR
33 epoll.register(sock, EPOLLIN | EPOLLPRI | EPOLLERR)
51 if event & EPOLLERR:
/third_party/boost/boost/asio/detail/impl/
Depoll_reactor.ipp51 ev.events = EPOLLIN | EPOLLERR | EPOLLET;
59 ev.events = EPOLLIN | EPOLLERR;
113 ev.events = EPOLLIN | EPOLLERR | EPOLLET;
121 ev.events = EPOLLIN | EPOLLERR;
171 ev.events = EPOLLIN | EPOLLERR | EPOLLHUP | EPOLLPRI | EPOLLET;
214 ev.events = EPOLLIN | EPOLLERR | EPOLLHUP | EPOLLPRI | EPOLLET;
495 if ((events[i].events & (EPOLLERR | EPOLLHUP)) != 0)
571 ev.events = EPOLLIN | EPOLLERR | EPOLLET;
738 if (events & (flag[j] | EPOLLERR | EPOLLHUP))
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Depoll_reactor.ipp51 ev.events = EPOLLIN | EPOLLERR | EPOLLET;
59 ev.events = EPOLLIN | EPOLLERR;
113 ev.events = EPOLLIN | EPOLLERR | EPOLLET;
121 ev.events = EPOLLIN | EPOLLERR;
171 ev.events = EPOLLIN | EPOLLERR | EPOLLHUP | EPOLLPRI | EPOLLET;
214 ev.events = EPOLLIN | EPOLLERR | EPOLLHUP | EPOLLPRI | EPOLLET;
495 if ((events[i].events & (EPOLLERR | EPOLLHUP)) != 0)
571 ev.events = EPOLLIN | EPOLLERR | EPOLLET;
738 if (events & (flag[j] | EPOLLERR | EPOLLHUP))
/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.h29 #define EPOLLERR 0x008 macro
/third_party/musl/include/sys/
Depoll.h29 #define EPOLLERR 0x008 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Depoll.h29 #define EPOLLERR 0x008 macro
/third_party/musl/ndk_musl_include/sys/
Depoll.h29 #define EPOLLERR 0x008 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Depoll.h29 #define EPOLLERR 0x008 macro
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
Depoll_ctl03.c27 EPOLLIN, EPOLLOUT, EPOLLPRI, EPOLLERR,
/third_party/flutter/engine/flutter/fml/platform/linux/
Dmessage_loop_linux.cc57 if (event.events & (EPOLLERR | EPOLLHUP)) { in Run()
/third_party/ltp/testcases/kernel/syscalls/epoll/
Depoll-ltp.c421 (EPOLLERR * ((index & 0x08) >> 3)) | in test_epoll_ctl()
/third_party/alsa-utils/alsactl/
Dmonitor.c347 if (ev->events & EPOLLERR) { in run_dispatcher()
/third_party/wayland_standard/src/
Devent-loop.c109 if (ep->events & EPOLLERR) in wl_event_source_fd_dispatch()
/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()
6354 if (!(display->display_fd_events & EPOLLERR) && in display_destroy()
6512 EPOLLIN | EPOLLOUT | EPOLLERR | EPOLLHUP; in display_run()
/third_party/grpc/src/core/lib/iomgr/
Dev_epoll1_linux.cc689 bool error = (ev->events & EPOLLERR) != 0; in process_epoll_events()
Dev_epollex_linux.cc902 bool error = (ev->events & EPOLLERR) != 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.rst291 | :const:`EPOLLERR` | Error condition happened on the assoc. fd |
/third_party/python/Modules/
Dselectmodule.c2496 PyModule_AddIntMacro(m, EPOLLERR);