Home
last modified time | relevance | path

Searched refs:TP_WATCHSTOP (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c1479 t->t_proc_flag &= ~TP_WATCHSTOP; in holdwatch()
1513 t->t_proc_flag |= TP_WATCHSTOP; in holdwatch()
1518 t->t_proc_flag &= ~TP_WATCHSTOP; in holdwatch()
1530 t->t_proc_flag &= ~TP_WATCHSTOP; in holdwatch()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h408 #define TP_WATCHSTOP 0x4000 /* thread is stopping via holdwatch() */ macro
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c2486 (watchstop && (t->t_proc_flag & TP_WATCHSTOP))) in pr_allstopped()