Lines Matching refs:pr_flags

922 	if (P->status.pr_flags & PR_ISSYS) {  in Pgrab()
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()
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()
1028 if (((P->status.pr_lwp.pr_flags & PR_STOPPED) && in Pgrab()
1043 !(P->status.pr_flags & PR_DSTOP))) { in Pgrab()
1058 if (!(P->status.pr_flags & (PR_ISTOP|PR_DSTOP))) { in Pgrab()
1569 if ((P->status.pr_flags & ALL_SETTABLE_FLAGS) != 0) in restore_tracing_flags()
1577 if ((P->status.pr_flags & ALL_SETTABLE_FLAGS) != in restore_tracing_flags()
1578 (flags = (P->orig_status.pr_flags & ALL_SETTABLE_FLAGS))) { in restore_tracing_flags()
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()
1859 P->status.pr_flags = P->status.pr_lwp.pr_flags; in Pstopstatus()
1900 if (!(P->status.pr_flags & PR_STOPPED)) { in Pstopstatus()
2003 P->status.pr_flags = P->status.pr_lwp.pr_flags; in deadcheck()
2068 if (P->state != PS_STOP && (P->status.pr_lwp.pr_flags & sbits) == 0) { in Psetrun()
2634 P->status.pr_flags |= flags; in Psetflags()
2635 P->status.pr_lwp.pr_flags |= flags; in Psetflags()
2654 P->status.pr_flags &= ~flags; in Punsetflags()
2655 P->status.pr_lwp.pr_flags &= ~flags; in Punsetflags()
3222 ((L->lwp_status.pr_flags & (PR_STOPPED|PR_ISTOP)) in Lgrab()
3485 if ((L->lwp_status.pr_flags & (PR_STOPPED|PR_ISTOP)) in Lstopstatus()
3601 (L->lwp_status.pr_flags & sbits) == 0) { in Lsetrun()