Home
last modified time | relevance | path

Searched refs:NOTE_EXIT (Results 1 – 16 of 16) sorted by relevance

/third_party/rust/crates/nix/src/sys/
Devent.rs134 NOTE_EXIT;
347 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_struct_kevent()
355 assert_eq!(libc::NOTE_CHILD | libc::NOTE_EXIT, actual.fflags().bits()); in test_struct_kevent()
369 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_kevent_filter()
/third_party/libuv/src/unix/
Dprocess.c1007 EV_SET(&event, pid, EVFILT_PROC, EV_ADD | EV_ONESHOT, NOTE_EXIT, 0, 0); in uv_spawn()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt585 NOTE_EXIT
Ddragonfly.txt682 NOTE_EXIT
Dnetbsd.txt724 NOTE_EXIT
Dfreebsd.txt793 NOTE_EXIT
Dapple.txt966 NOTE_EXIT
/third_party/node/deps/uv/src/unix/
Dprocess.c1007 EV_SET(&event, pid, EVFILT_PROC, EV_ADD | EV_ONESHOT, NOTE_EXIT, 0, 0); in uv_spawn()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1114 pub const NOTE_EXIT: u32 = 0x80000000; constant
/third_party/python/Modules/
Dselectmodule.c2607 PyModule_AddIntConstant(m, "KQ_NOTE_EXIT", NOTE_EXIT);
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1314 pub const NOTE_EXIT: u32 = 0x80000000; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs1951 pub const NOTE_EXIT: u32 = 0x80000000; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs2026 pub const NOTE_EXIT: u32 = 0x80000000; constant
/third_party/node/deps/uv/
DChangeLog137 * process: fix hang after NOTE_EXIT (Jameson Nash)
178 * process,bsd: handle kevent NOTE_EXIT failure (Jameson Nash)
/third_party/libuv/
DChangeLog137 * process: fix hang after NOTE_EXIT (Jameson Nash)
178 * process,bsd: handle kevent NOTE_EXIT failure (Jameson Nash)
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3972 pub const NOTE_EXIT: u32 = 0x80000000; constant