Searched refs:TP_STOPPING (Results 1 – 5 of 5) sorted by relevance
895 t->t_proc_flag |= TP_STOPPING; /* must set before dropping p_lock */ in stop()911 t->t_proc_flag &= ~TP_STOPPING; in stop()933 t->t_proc_flag &= ~TP_STOPPING; in stop()940 t->t_proc_flag &= ~TP_STOPPING; in stop()950 t->t_proc_flag &= ~TP_STOPPING; in stop()1141 if (!(t->t_proc_flag & TP_STOPPING)) { in stop()1143 t->t_proc_flag |= TP_STOPPING; in stop()1210 } else if (!(t->t_proc_flag & TP_STOPPING)) { in stop()1221 t->t_proc_flag &= ~TP_STOPPING; in stop()
1554 ASSERT(t->t_proc_flag & TP_STOPPING); in holdwatch()1626 ASSERT(curthread->t_proc_flag & TP_STOPPING); in continuelwps()
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()
662 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in prinvalidate()
390 #define TP_STOPPING 0x0200 /* thread is executing stop() */ macro