Searched refs:PR_AGENT (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/dtrace-147/libproc/
H A Dprocfs.h136 #define PR_AGENT 0x00000080 /* this lwp is the /proc agent lwp */ macro
/macosx-10.10/dtrace-147/scripts/
H A Dprocfs.d49 inline int PR_AGENT = 0x00000080;
50 #pragma D binding "1.0" PR_AGENT
275 ((T == T->t_procp->p_agenttp) ? PR_AGENT : 0) |
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Ddarwin.d122 inline int PR_AGENT = 0x00000080;
123 #pragma D binding "1.0" PR_AGENT

Completed in 122 milliseconds