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 D | event.d | 100 NOTE_TRACK = 0x00000001, enumerator
|
| /netbsd-src/tests/kernel/kqueue/ |
| H A D | t_proc3.c | 66 EV_SET(&ke, (uintptr_t)getpid(), EVFILT_PROC, EV_ADD, NOTE_TRACK, 0, 0); in ATF_TC_BODY()
|
| H A D | t_proc2.c | 109 EV_SET(&ke, (uintptr_t)pid, EVFILT_PROC, EV_ADD, NOTE_FORK|NOTE_TRACK, in ATF_TC_BODY()
|
| H A D | t_proc4.c | 94 NOTE_TRACK | NOTE_EXIT, 0, 0); in ATF_TC_BODY()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/ |
| H A D | event.d | 117 NOTE_TRACK = 0x00000001, /* follow across forks */ enumerator
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/ |
| H A D | event.d | 152 NOTE_TRACK = 0x00000001, /* follow across forks */
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/sys/ |
| H A D | event.d | 174 NOTE_TRACK = 0x00000001, enumerator
|
| /netbsd-src/sys/sys/ |
| H A D | event.h | 166 #define NOTE_TRACK 0x00000001U /* follow across forks */ macro
|
| /netbsd-src/sys/kern/ |
| H A D | kern_event.c | 1233 if (__predict_false(kn->kn_sfflags & NOTE_TRACK)) { in knote_proc_fork()
|