Home
last modified time | relevance | path

Searched refs:EV_ERROR (Results 1 – 14 of 14) sorted by relevance

/external/rust/crates/mio/src/sys/unix/selector/
Dkqueue.rs234 if (kevent.flags & libc::EV_ERROR) != 0 && kevent.data != 0 { in setup_waker()
254 if (kevent.flags & libc::EV_ERROR) != 0 && kevent.data != 0 { in wake()
299 if (event.flags & libc::EV_ERROR != 0) && data != 0 && !ignored_errors.contains(&data) { in check_errors()
393 (event.flags & libc::EV_ERROR) != 0 || in is_error()
505 libc::EV_ERROR, in debug_details()
/external/libevent/
Dkqueue.c162 !(kqueueop->events[0].flags & EV_ERROR)) { in kq_init()
337 if (events[i].flags & EV_ERROR) { in kq_dispatch()
/external/libchrome/base/files/
Dfile_path_watcher_kqueue.cc107 if (kevents[i].flags & EV_ERROR && kevents[i].data) { in AreKeventValuesValid()
/external/libwebsockets/lib/event-libs/libev/
Dlibev.c88 if (revents & EV_ERROR) in lws_accept_cb()
/external/rust/crates/nix/src/sys/
Devent.rs100 EV_ERROR;
/external/toybox/lib/
Dportability.c213 if (kevent(not->kq, &event, 1, NULL, 0, NULL) == -1 || event.flags & EV_ERROR) in xnotify_add()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs624 pub const EV_ERROR: u16 = 0x4000; constant
/external/python/cpython2/Modules/
Dselectmodule.c1980 PyModule_AddIntConstant(m, "KQ_EV_ERROR", EV_ERROR);
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1138 pub const EV_ERROR: u16 = 0x4000; constant
/external/llvm-project/lldb/tools/debugserver/source/
DDNB.cpp153 } else if (death_event.flags & EV_ERROR) { in kqueue_thread()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs485 pub const EV_ERROR: u16 = 0x4000; constant
/external/python/cpython3/Modules/
Dselectmodule.c2622 PyModule_AddIntConstant(m, "KQ_EV_ERROR", EV_ERROR);
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs1471 pub const EV_ERROR: u32 = 0x4000; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2707 pub const EV_ERROR: u16 = 0x4000; constant