Searched refs:TP_PRSTOP (Results 1 – 10 of 10) sorted by relevance
1045 t->t_proc_flag |= TP_PRSTOP; in pr_stop()1176 !(t->t_proc_flag & TP_PRSTOP)) || in pr_setrun()1209 t->t_proc_flag |= TP_PRSTOP; in pr_setrun()1225 ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in pr_setrun()1229 ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in pr_setrun()1285 ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in pr_setrun()1333 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in allsetrun()1959 ((t)->t_proc_flag & TP_PRSTOP))2032 ct->t_proc_flag |= TP_PRSTOP; in pr_agent()
53 ((t)->t_proc_flag & TP_PRSTOP))
185 if (t->t_proc_flag & TP_PRSTOP) { in prchoose()652 t->t_proc_flag |= TP_PRSTOP; in prinvalidate()661 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in prinvalidate()943 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in prgetlwpstatus32()1169 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in prgetlwpstatus()
536 !(t->t_proc_flag & TP_PRSTOP)) || in prioctl64()1363 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in oprgetstatus32()2108 !(t->t_proc_flag & TP_PRSTOP)) || in prioctl32()3204 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in oprgetstatus()
461 (TP_PRSTOP|TP_HOLDLWP|TP_CHKPT|TP_PAUSE)))) || in issig_justlooking()521 t->t_proc_flag |= TP_PRSTOP; in issig_forreal()617 if ((t->t_proc_flag & TP_PRSTOP) && !lwp->lwp_nostop) in issig_forreal()861 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP); in stop()955 (tx->t_proc_flag & TP_PRSTOP)) { in stop()959 tx->t_proc_flag |= TP_PRSTOP; in stop()1116 (t->t_proc_flag & TP_PRSTOP) && in stop()1125 if (t->t_proc_flag & TP_PRSTOP) in stop()1128 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP); in stop()
469 t->t_proc_flag |= TP_PRSTOP; in cfork()485 t->t_proc_flag |= TP_PRSTOP; in cfork()
708 if (t->t_proc_flag & TP_PRSTOP) { in cv_wait_stop()
455 while ((curthread->t_proc_flag & TP_PRSTOP) && in lwp_create()1307 if (p->p_stopsig | (curthread->t_proc_flag & TP_PRSTOP)) { in holdlwps()
386 #define TP_PRSTOP 0x0010 /* thread is being stopped via /proc */ macro
539 ((t)->t_proc_flag & (TP_PRSTOP|TP_HOLDLWP|TP_CHKPT|TP_PAUSE)) | \