Lines Matching refs:PR_ISTOP
973 if (!(P->status.pr_lwp.pr_flags & (PR_ISTOP|PR_DSTOP)) && in Pgrab()
1023 if (!(P->status.pr_lwp.pr_flags & (PR_ISTOP|PR_DSTOP)) && in Pgrab()
1058 if (!(P->status.pr_flags & (PR_ISTOP|PR_DSTOP))) { in Pgrab()
1672 (P->status.pr_lwp.pr_flags & (PR_ISTOP|PR_DSTOP)) == 0) { in Prelease()
1701 (P->orig_status.pr_lwp.pr_flags & (PR_ISTOP|PR_DSTOP)) == 0) { in Prelease()
1712 P->status.pr_lwp.pr_flags & (PR_ISTOP|PR_DSTOP)); in Prelease()
1714 if (P->status.pr_lwp.pr_flags & (PR_ISTOP|PR_DSTOP)) in Prelease()
2059 int sbits = (PR_DSTOP | PR_ISTOP | PR_ASLEEP); in Psetrun()
3222 ((L->lwp_status.pr_flags & (PR_STOPPED|PR_ISTOP)) in Lgrab()
3223 == (PR_STOPPED|PR_ISTOP))? in Lgrab()
3485 if ((L->lwp_status.pr_flags & (PR_STOPPED|PR_ISTOP)) in Lstopstatus()
3486 != (PR_STOPPED|PR_ISTOP)) { in Lstopstatus()
3591 int sbits = (PR_DSTOP | PR_ISTOP | PR_ASLEEP); in Lsetrun()