Searched refs:TP_PRSTOP (Results 1 – 11 of 11) sorted by relevance
1188 t->t_proc_flag |= TP_PRSTOP; in pr_stop()1319 !(t->t_proc_flag & TP_PRSTOP)) || in pr_setrun()1352 t->t_proc_flag |= TP_PRSTOP; in pr_setrun()1368 ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in pr_setrun()1372 ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in pr_setrun()1428 ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in pr_setrun()1476 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in allsetrun()2081 ((t)->t_proc_flag & TP_PRSTOP))2171 ct->t_proc_flag |= TP_PRSTOP; in pr_agent()
56 ((t)->t_proc_flag & TP_PRSTOP))
520 !(t->t_proc_flag & TP_PRSTOP)) || in prioctl64()1335 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in oprgetstatus32()2066 !(t->t_proc_flag & TP_PRSTOP)) || in prioctl32()3148 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in oprgetstatus()
207 if (t->t_proc_flag & TP_PRSTOP) { in prchoose()674 t->t_proc_flag |= TP_PRSTOP; in prinvalidate()683 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in prinvalidate()986 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in prgetlwpstatus32()1212 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in prgetlwpstatus()
478 (TP_PRSTOP|TP_HOLDLWP|TP_CHKPT|TP_PAUSE)))) || in issig_justlooking()538 t->t_proc_flag |= TP_PRSTOP; in issig_forreal()634 if ((t->t_proc_flag & TP_PRSTOP) && !lwp->lwp_nostop) in issig_forreal()878 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP); in stop()972 (tx->t_proc_flag & TP_PRSTOP)) { in stop()976 tx->t_proc_flag |= TP_PRSTOP; in stop()1133 (t->t_proc_flag & TP_PRSTOP) && in stop()1142 if (t->t_proc_flag & TP_PRSTOP) in stop()1145 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP); in stop()
493 t->t_proc_flag |= TP_PRSTOP; in cfork()509 t->t_proc_flag |= TP_PRSTOP; in cfork()
725 if (t->t_proc_flag & TP_PRSTOP) { in cv_wait_stop()
461 while ((curthread->t_proc_flag & TP_PRSTOP) && in lwp_create()1322 if (p->p_stopsig | (curthread->t_proc_flag & TP_PRSTOP)) { in holdlwps()
398 #define TP_PRSTOP 0x0010 /* thread is being stopped via /proc */ macro
559 ((t)->t_proc_flag & (TP_PRSTOP|TP_HOLDLWP|TP_CHKPT|TP_PAUSE)) | \
939 if (t->t_proc_flag & TP_PRSTOP) { in gcore_prchoose()1189 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in gcore_prgetlwpstatus()