Home
last modified time | relevance | path

Searched refs:NOTE_TRACK (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/
H A Devent.d100 NOTE_TRACK = 0x00000001, enumerator
/netbsd-src/tests/kernel/kqueue/
H A Dt_proc3.c66 EV_SET(&ke, (uintptr_t)getpid(), EVFILT_PROC, EV_ADD, NOTE_TRACK, 0, 0); in ATF_TC_BODY()
H A Dt_proc2.c109 EV_SET(&ke, (uintptr_t)pid, EVFILT_PROC, EV_ADD, NOTE_FORK|NOTE_TRACK, in ATF_TC_BODY()
H A Dt_proc4.c94 NOTE_TRACK | NOTE_EXIT, 0, 0); in ATF_TC_BODY()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
H A Devent.d117 NOTE_TRACK = 0x00000001, /* follow across forks */ enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Devent.d152 NOTE_TRACK = 0x00000001, /* follow across forks */
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/sys/
H A Devent.d174 NOTE_TRACK = 0x00000001, enumerator
/netbsd-src/sys/sys/
H A Devent.h166 #define NOTE_TRACK 0x00000001U /* follow across forks */ macro
/netbsd-src/sys/kern/
H A Dkern_event.c1233 if (__predict_false(kn->kn_sfflags & NOTE_TRACK)) { in knote_proc_fork()