Searched refs:TP_WATCHSTOP (Results 1 – 3 of 3) sorted by relevance
1484 t->t_proc_flag &= ~TP_WATCHSTOP; in holdwatch()1518 t->t_proc_flag |= TP_WATCHSTOP; in holdwatch()1523 t->t_proc_flag &= ~TP_WATCHSTOP; in holdwatch()1535 t->t_proc_flag &= ~TP_WATCHSTOP; in holdwatch()
396 #define TP_WATCHSTOP 0x4000 /* thread is stopping via holdwatch() */ macro
2368 (watchstop && (t->t_proc_flag & TP_WATCHSTOP))) in pr_allstopped()