Searched refs:NOTE_FORK (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/IO-KQueue-0.34/
H A DMakefile.PL58 NOTE_FORK
H A Dconst-c.inc27 EVFILT_FS EV_DELETE EV_ENABLE NOTE_EXEC NOTE_EXIT NOTE_FORK NOTE_LINK */
86 if (memEQ(name, "NOTE_FORK", 9)) {
88 #ifdef NOTE_FORK
89 *iv_return = NOTE_FORK;
341 NOTE_DELETE NOTE_EXEC NOTE_EXIT NOTE_EXTEND NOTE_FORK NOTE_LINK
H A DKQueue.pm42 NOTE_FORK
84 use constant NOTE_FORK => (constant('NOTE_FORK'))[1]; constant
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Devent.h240 * of the hint contain the signal. IF NOTE_FORK is passed, then the lower bits
249 #define NOTE_FORK 0x40000000 /* process forked */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_fork.c306 proc_knote(parent_proc, NOTE_FORK | child_proc->p_pid);
907 proc_knote(parent_proc, NOTE_FORK | child_proc->p_pid);
H A Dkern_exec.c2427 proc_knote(p->p_pptr, NOTE_FORK | p->p_pid);
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dinit.c1125 .mask = NOTE_EXIT|NOTE_FORK|NOTE_EXEC

Completed in 223 milliseconds