Searched refs:NOTE_EXIT (Results 1 - 9 of 9) sorted by relevance
/third_party/rust/crates/nix/src/sys/ |
H A D | event.rs | 60 /// - NOTE_EXIT: the process has exited. The exit status will be stored in data. 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/node/deps/uv/src/unix/ |
H A D | process.c | 1007 EV_SET(&event, pid, EVFILT_PROC, EV_ADD | EV_ONESHOT, NOTE_EXIT, 0, 0); in uv_spawn()
|
/third_party/libuv/src/unix/ |
H A D | process.c | 1029 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/netbsdlike/openbsd/ |
H A D | mod.rs | 1314 pub const NOTE_EXIT: u32 = 0x80000000; consts
|
/third_party/python/Modules/ |
H A D | selectmodule.c | 2629 PyModule_AddIntConstant(m, "KQ_NOTE_EXIT", NOTE_EXIT);
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 1114 pub const NOTE_EXIT: u32 = 0x80000000; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 1951 pub const NOTE_EXIT: u32 = 0x80000000; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 2026 pub const NOTE_EXIT: u32 = 0x80000000; consts
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 3972 pub const NOTE_EXIT: u32 = 0x80000000; consts
|
Completed in 44 milliseconds