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

/macosx-10.10/dtrace-147/libproc/
H A Dprocfs.h129 #define PR_STOPPED 0x00000001 /* lwp is stopped */ macro
/macosx-10.10/dtrace-147/scripts/
H A Dprocfs.d35 inline int PR_STOPPED = 0x00000001;
36 #pragma D binding "1.0" PR_STOPPED
272 pr_flag = ((T->t_state == 0x10) ? (PR_STOPPED |
274 ((T->t_proc_flag & 0x0080) ? PR_STOPPED | PR_ISTOP : 0)) |
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Ddarwin.d108 inline int PR_STOPPED = 0x00000001;
109 #pragma D binding "1.0" PR_STOPPED

Completed in 165 milliseconds