Home
last modified time | relevance | path

Searched refs:NOTE_WRITE (Results 1 – 15 of 15) sorted by relevance

/third_party/libuv/src/unix/
Dkqueue.c160 fflags = NOTE_ATTRIB | NOTE_WRITE | NOTE_RENAME in uv__io_poll()
496 fflags = NOTE_ATTRIB | NOTE_WRITE | NOTE_RENAME in uv__fs_event()
/third_party/node/deps/uv/src/unix/
Dkqueue.c160 fflags = NOTE_ATTRIB | NOTE_WRITE | NOTE_RENAME in uv__io_poll()
496 fflags = NOTE_ATTRIB | NOTE_WRITE | NOTE_RENAME in uv__fs_event()
/third_party/rust/crates/nix/src/sys/
Devent.rs206 NOTE_WRITE;
/third_party/toybox/lib/
Dportability.c211 EV_SET(&event, fd, EVFILT_VNODE, EV_ADD|EV_CLEAR, NOTE_WRITE, 0, NULL); in xnotify_add()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt597 NOTE_WRITE
Dnetbsd.txt735 NOTE_WRITE
Ddragonfly.txt701 NOTE_WRITE
Dfreebsd.txt815 NOTE_WRITE
Dapple.txt1000 NOTE_WRITE
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1108 pub const NOTE_WRITE: u32 = 0x00000002; constant
/third_party/python/Modules/
Dselectmodule.c2597 PyModule_AddIntConstant(m, "KQ_NOTE_WRITE", NOTE_WRITE);
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1307 pub const NOTE_WRITE: u32 = 0x00000002; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs1945 pub const NOTE_WRITE: u32 = 0x00000002; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs2020 pub const NOTE_WRITE: u32 = 0x00000002; constant
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3965 pub const NOTE_WRITE: u32 = 0x00000002; constant