Lines Matching refs:PR_DSTOP
973 if (!(P->status.pr_lwp.pr_flags & (PR_ISTOP|PR_DSTOP)) && in Pgrab()
1006 while ((P->status.pr_lwp.pr_flags & (PR_STOPPED|PR_DSTOP)) == in Pgrab()
1007 PR_DSTOP && niter < 10 && in Pgrab()
1015 P->status.pr_lwp.pr_flags &= ~PR_DSTOP; in Pgrab()
1023 if (!(P->status.pr_lwp.pr_flags & (PR_ISTOP|PR_DSTOP)) && in Pgrab()
1043 !(P->status.pr_flags & 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()
3591 int sbits = (PR_DSTOP | PR_ISTOP | PR_ASLEEP); in Lsetrun()