Home
last modified time | relevance | path

Searched refs:NOTE_CHILD (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Devent.h369 #define NOTE_CHILD 0x00000004 /* am a child process */ macro
/xnu-12377.61.12/bsd/kern/
H A Dkern_event.c1105 if ((kn->kn_sfflags & (NOTE_TRACK | NOTE_TRACKERR | NOTE_CHILD)) != 0) { in filt_procattach()