Searched refs:PR_FORK (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/dtrace-147/libproc/
H A Dprocfs.h144 #define PR_FORK 0x00100000 /* inherit-on-fork is in effect */ macro
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_proc_apple.c168 (void) Punsetflags(P, PR_FORK); /* do not inherit on fork */
/macosx-10.10/dtrace-147/scripts/
H A Dprocfs.d61 inline int PR_FORK = 0x00100000;
62 #pragma D binding "1.0" PR_FORK
278 ((T->t_procp->p_proc_flag & 0x0004) ? PR_FORK : 0) |
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Ddarwin.d134 inline int PR_FORK = 0x00100000;
135 #pragma D binding "1.0" PR_FORK

Completed in 336 milliseconds