Home
last modified time | relevance | path

Searched refs:TP_STOPPING (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsig.c895 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()
H A Dlwp.c1549 ASSERT(t->t_proc_flag & TP_STOPPING); in holdwatch()
1621 ASSERT(curthread->t_proc_flag & TP_STOPPING); in continuelwps()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1368 ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in pr_setrun()
1372 ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in pr_setrun()
1428 ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in pr_setrun()
1476 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in allsetrun()
H A Dprsubr.c683 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in prinvalidate()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h403 #define TP_STOPPING 0x0200 /* thread is executing stop() */ macro