Searched refs:EV_ERROR (Results 1 – 14 of 14) sorted by relevance
/external/rust/crates/mio/src/sys/unix/selector/ |
D | kqueue.rs | 234 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/ |
D | kqueue.c | 162 !(kqueueop->events[0].flags & EV_ERROR)) { in kq_init() 337 if (events[i].flags & EV_ERROR) { in kq_dispatch()
|
/external/libchrome/base/files/ |
D | file_path_watcher_kqueue.cc | 107 if (kevents[i].flags & EV_ERROR && kevents[i].data) { in AreKeventValuesValid()
|
/external/libwebsockets/lib/event-libs/libev/ |
D | libev.c | 88 if (revents & EV_ERROR) in lws_accept_cb()
|
/external/rust/crates/nix/src/sys/ |
D | event.rs | 100 EV_ERROR;
|
/external/toybox/lib/ |
D | portability.c | 213 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/ |
D | mod.rs | 624 pub const EV_ERROR: u16 = 0x4000; constant
|
/external/python/cpython2/Modules/ |
D | selectmodule.c | 1980 PyModule_AddIntConstant(m, "KQ_EV_ERROR", EV_ERROR);
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1138 pub const EV_ERROR: u16 = 0x4000; constant
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | DNB.cpp | 153 } else if (death_event.flags & EV_ERROR) { in kqueue_thread()
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 485 pub const EV_ERROR: u16 = 0x4000; constant
|
/external/python/cpython3/Modules/ |
D | selectmodule.c | 2622 PyModule_AddIntConstant(m, "KQ_EV_ERROR", EV_ERROR);
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 1471 pub const EV_ERROR: u32 = 0x4000; constant
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 2707 pub const EV_ERROR: u16 = 0x4000; constant
|