Searched refs:TP_WATCHSTOP (Results 1 – 3 of 3) sorted by relevance
1480 t->t_proc_flag &= ~TP_WATCHSTOP; in holdwatch()1514 t->t_proc_flag |= TP_WATCHSTOP; in holdwatch()1519 t->t_proc_flag &= ~TP_WATCHSTOP; in holdwatch()1531 t->t_proc_flag &= ~TP_WATCHSTOP; in holdwatch()
408 #define TP_WATCHSTOP 0x4000 /* thread is stopping via holdwatch() */ macro
2486 (watchstop && (t->t_proc_flag & TP_WATCHSTOP))) in pr_allstopped()