Searched refs:NOTE_EXIT (Results 1 – 16 of 16) sorted by relevance
/third_party/rust/crates/nix/src/sys/ |
D | event.rs | 134 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/ |
D | process.c | 1007 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/ |
D | openbsd.txt | 585 NOTE_EXIT
|
D | dragonfly.txt | 682 NOTE_EXIT
|
D | netbsd.txt | 724 NOTE_EXIT
|
D | freebsd.txt | 793 NOTE_EXIT
|
D | apple.txt | 966 NOTE_EXIT
|
/third_party/node/deps/uv/src/unix/ |
D | process.c | 1007 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/ |
D | mod.rs | 1114 pub const NOTE_EXIT: u32 = 0x80000000; constant
|
/third_party/python/Modules/ |
D | selectmodule.c | 2607 PyModule_AddIntConstant(m, "KQ_NOTE_EXIT", NOTE_EXIT);
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1314 pub const NOTE_EXIT: u32 = 0x80000000; constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 1951 pub const NOTE_EXIT: u32 = 0x80000000; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 2026 pub const NOTE_EXIT: u32 = 0x80000000; constant
|
/third_party/node/deps/uv/ |
D | ChangeLog | 137 * process: fix hang after NOTE_EXIT (Jameson Nash) 178 * process,bsd: handle kevent NOTE_EXIT failure (Jameson Nash)
|
/third_party/libuv/ |
D | ChangeLog | 137 * 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/ |
D | mod.rs | 3972 pub const NOTE_EXIT: u32 = 0x80000000; constant
|