Home
last modified time | relevance | path

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

12345678910>>...200

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/process/
H A Dkill_mac.cc86 EV_SET(&change, child, EVFILT_PROC, EV_ADD, NOTE_EXIT, 0, NULL); in WaitForChildToDie()
138 if ((event.fflags & NOTE_EXIT) && in WaitForChildToDie()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/process/
H A Dkill_mac.cc86 EV_SET(&change, child, EVFILT_PROC, EV_ADD, NOTE_EXIT, 0, NULL); in WaitForChildToDie()
138 if ((event.fflags & NOTE_EXIT) && in WaitForChildToDie()
/dports/net/storj/storj-1.45.3/vendor/github.com/cloudfoundry/gosigar/psnotify/
H A Dpsnotify_bsd.go14 PROC_EVENT_EXIT = syscall.NOTE_EXIT // exit() events
80 case syscall.NOTE_EXIT:
/dports/lang/gleam/gleam-0.18.2/cargo-crates/nix-0.23.0/src/sys/
H A Devent.rs131 NOTE_EXIT;
324 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_struct_kevent()
331 assert_eq!(libc::NOTE_CHILD | libc::NOTE_EXIT, actual.fflags().bits()); in test_struct_kevent()
344 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_kevent_filter()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/nix-0.23.1/src/sys/
H A Devent.rs131 NOTE_EXIT;
324 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_struct_kevent()
331 assert_eq!(libc::NOTE_CHILD | libc::NOTE_EXIT, actual.fflags().bits()); in test_struct_kevent()
344 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_kevent_filter()
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/nix-0.23.0/src/sys/
H A Devent.rs131 NOTE_EXIT;
324 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_struct_kevent()
331 assert_eq!(libc::NOTE_CHILD | libc::NOTE_EXIT, actual.fflags().bits()); in test_struct_kevent()
344 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_kevent_filter()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/nix-0.23.0/src/sys/
H A Devent.rs131 NOTE_EXIT;
324 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_struct_kevent()
331 assert_eq!(libc::NOTE_CHILD | libc::NOTE_EXIT, actual.fflags().bits()); in test_struct_kevent()
344 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_kevent_filter()
/dports/net/krill/krill-0.9.4/cargo-crates/nix-0.23.0/src/sys/
H A Devent.rs131 NOTE_EXIT;
324 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_struct_kevent()
331 assert_eq!(libc::NOTE_CHILD | libc::NOTE_EXIT, actual.fflags().bits()); in test_struct_kevent()
344 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_kevent_filter()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/nix-0.23.0/src/sys/
H A Devent.rs131 NOTE_EXIT;
324 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_struct_kevent()
331 assert_eq!(libc::NOTE_CHILD | libc::NOTE_EXIT, actual.fflags().bits()); in test_struct_kevent()
344 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_kevent_filter()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/nix-0.23.0/src/sys/
H A Devent.rs131 NOTE_EXIT;
324 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_struct_kevent()
331 assert_eq!(libc::NOTE_CHILD | libc::NOTE_EXIT, actual.fflags().bits()); in test_struct_kevent()
344 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_kevent_filter()
/dports/www/zola/zola-0.15.2/cargo-crates/nix-0.23.0/src/sys/
H A Devent.rs131 NOTE_EXIT;
324 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_struct_kevent()
331 assert_eq!(libc::NOTE_CHILD | libc::NOTE_EXIT, actual.fflags().bits()); in test_struct_kevent()
344 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_kevent_filter()
/dports/deskutils/just/just-0.10.5/cargo-crates/nix-0.23.0/src/sys/
H A Devent.rs131 NOTE_EXIT;
324 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_struct_kevent()
331 assert_eq!(libc::NOTE_CHILD | libc::NOTE_EXIT, actual.fflags().bits()); in test_struct_kevent()
344 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_kevent_filter()
/dports/sysutils/fd/fd-8.3.0/cargo-crates/nix-0.23.0/src/sys/
H A Devent.rs131 NOTE_EXIT;
324 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_struct_kevent()
331 assert_eq!(libc::NOTE_CHILD | libc::NOTE_EXIT, actual.fflags().bits()); in test_struct_kevent()
344 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_kevent_filter()
/dports/devel/p5-IO-KQueue/IO-KQueue-0.39/
H A Dconst-c.inc27 EVFILT_FS EV_DELETE EV_ENABLE NOTE_EXEC NOTE_EXIT NOTE_FORK NOTE_LINK */
53 if (memEQ(name, "NOTE_EXIT", 9)) {
55 #ifdef NOTE_EXIT
56 *iv_return = NOTE_EXIT;
341 NOTE_DELETE NOTE_EXEC NOTE_EXIT NOTE_EXTEND NOTE_FORK NOTE_LINK
/dports/devel/libvirt/libvirt-7.10.0/src/bhyve/
H A Dbhyve_monitor.c142 if (kev.filter == EVFILT_PROC && (kev.fflags & NOTE_EXIT) != 0) { in bhyveMonitorIO()
200 EV_SET(&kev, vm->pid, EVFILT_PROC, EV_ADD, NOTE_EXIT, 0, mon); in bhyveMonitorOpenImpl()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/nix-0.14.1/src/sys/
H A Devent.rs136 NOTE_EXIT;
336 fflags: libc::NOTE_CHILD | libc::NOTE_EXIT, in test_struct_kevent()
342 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_struct_kevent()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/nix-0.19.1/src/sys/
H A Devent.rs129 NOTE_EXIT;
320 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_struct_kevent()
326 assert_eq!(libc::NOTE_CHILD | libc::NOTE_EXIT, actual.fflags().bits()); in test_struct_kevent()
/dports/games/genact/genact-0.10.0/cargo-crates/nix-0.17.0/src/sys/
H A Devent.rs135 NOTE_EXIT;
335 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_struct_kevent()
341 assert_eq!(libc::NOTE_CHILD | libc::NOTE_EXIT, actual.fflags().bits()); in test_struct_kevent()
/dports/shells/nsh/nsh-0.4.2/cargo-crates/nix-0.22.0/src/sys/
H A Devent.rs129 NOTE_EXIT;
320 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_struct_kevent()
326 assert_eq!(libc::NOTE_CHILD | libc::NOTE_EXIT, actual.fflags().bits()); in test_struct_kevent()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/nix-0.19.1/src/sys/
H A Devent.rs129 NOTE_EXIT;
320 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_struct_kevent()
326 assert_eq!(libc::NOTE_CHILD | libc::NOTE_EXIT, actual.fflags().bits()); in test_struct_kevent()
/dports/net/routinator/routinator-0.10.2/cargo-crates/nix-0.22.0/src/sys/
H A Devent.rs129 NOTE_EXIT;
320 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_struct_kevent()
326 assert_eq!(libc::NOTE_CHILD | libc::NOTE_EXIT, actual.fflags().bits()); in test_struct_kevent()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/nix-0.16.1/src/sys/
H A Devent.rs135 NOTE_EXIT;
335 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_struct_kevent()
341 assert_eq!(libc::NOTE_CHILD | libc::NOTE_EXIT, actual.fflags().bits()); in test_struct_kevent()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/nix-0.17.0/src/sys/
H A Devent.rs135 NOTE_EXIT;
335 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_struct_kevent()
341 assert_eq!(libc::NOTE_CHILD | libc::NOTE_EXIT, actual.fflags().bits()); in test_struct_kevent()
/dports/math/kalker/kalker-1.1.0/cargo-crates/nix-0.19.1/src/sys/
H A Devent.rs129 NOTE_EXIT;
320 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_struct_kevent()
326 assert_eq!(libc::NOTE_CHILD | libc::NOTE_EXIT, actual.fflags().bits()); in test_struct_kevent()
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/nix-0.17.0/src/sys/
H A Devent.rs135 NOTE_EXIT;
335 FilterFlag::NOTE_CHILD | FilterFlag::NOTE_EXIT, in test_struct_kevent()
341 assert_eq!(libc::NOTE_CHILD | libc::NOTE_EXIT, actual.fflags().bits()); in test_struct_kevent()

12345678910>>...200