Searched refs:EV_OOBAND (Results 1 - 4 of 4) sorted by relevance
/third_party/libuv/src/unix/ |
H A D | kqueue.c | 47 #ifndef EV_OOBAND 48 #define EV_OOBAND EV_FLAG1 macro 207 EV_SET(events + nevents, w->fd, EV_OOBAND, EV_ADD, 0, 0, 0); in uv__io_poll() 358 if (ev->filter == EV_OOBAND) { in uv__io_poll()
|
/third_party/node/deps/uv/src/unix/ |
H A D | kqueue.c | 44 #ifndef EV_OOBAND 45 #define EV_OOBAND EV_FLAG1 macro 185 EV_SET(events + nevents, w->fd, EV_OOBAND, EV_ADD, 0, 0, 0); in uv__io_poll() 349 if (ev->filter == EV_OOBAND) { in uv__io_poll()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | event.rs | 114 EV_OOBAND;
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 3951 pub const EV_OOBAND: u16 = 0x2000; consts
|
Completed in 23 milliseconds