Home
last modified time | relevance | path

Searched refs:EV_OOBAND (Results 1 - 4 of 4) sorted by relevance

/third_party/libuv/src/unix/
H A Dkqueue.c47 #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 Dkqueue.c44 #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 Devent.rs114 EV_OOBAND;
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3951 pub const EV_OOBAND: u16 = 0x2000; consts

Completed in 16 milliseconds