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

/macosx-10.10/dtrace-147/libproc/
H A Dprocfs.h147 #define PR_ASYNC 0x00800000 /* asynchronous-stop is in effect */ macro
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_proc_apple.c166 (void) Punsetflags(P, PR_ASYNC); /* require synchronous mode */
/macosx-10.10/dtrace-147/scripts/
H A Dprocfs.d67 inline int PR_ASYNC = 0x00800000;
68 #pragma D binding "1.0" PR_ASYNC
281 ((T->t_procp->p_proc_flag & 0x0010) ? PR_ASYNC : 0) |
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Ddarwin.d140 inline int PR_ASYNC = 0x00800000;
141 #pragma D binding "1.0" PR_ASYNC

Completed in 68 milliseconds