Searched refs:TP_PRSTOP (Results 1 – 11 of 11) sorted by relevance
1049 t->t_proc_flag |= TP_PRSTOP; in pr_stop()1180 !(t->t_proc_flag & TP_PRSTOP)) || in pr_setrun()1213 t->t_proc_flag |= TP_PRSTOP; in pr_setrun()1229 ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in pr_setrun()1233 ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in pr_setrun()1289 ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in pr_setrun()1337 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in allsetrun()1963 ((t)->t_proc_flag & TP_PRSTOP))2053 ct->t_proc_flag |= TP_PRSTOP; in pr_agent()
54 ((t)->t_proc_flag & TP_PRSTOP))
186 if (t->t_proc_flag & TP_PRSTOP) { in prchoose()653 t->t_proc_flag |= TP_PRSTOP; in prinvalidate()662 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in prinvalidate()942 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in prgetlwpstatus32()1168 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()
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()
478 t->t_proc_flag |= TP_PRSTOP; in cfork()494 t->t_proc_flag |= TP_PRSTOP; in cfork()
725 if (t->t_proc_flag & TP_PRSTOP) { in cv_wait_stop()
462 while ((curthread->t_proc_flag & TP_PRSTOP) && in lwp_create()1327 if (p->p_stopsig | (curthread->t_proc_flag & TP_PRSTOP)) { in holdlwps()
385 #define TP_PRSTOP 0x0010 /* thread is being stopped via /proc */ macro
541 ((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()