Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dsig.c879 t->t_proc_flag |= TP_STOPPING; /* must set before dropping p_lock */ in stop()
895 t->t_proc_flag &= ~TP_STOPPING; in stop()
917 t->t_proc_flag &= ~TP_STOPPING; in stop()
924 t->t_proc_flag &= ~TP_STOPPING; in stop()
934 t->t_proc_flag &= ~TP_STOPPING; in stop()
1125 if (!(t->t_proc_flag & TP_STOPPING)) { in stop()
1127 t->t_proc_flag |= TP_STOPPING; in stop()
1194 } else if (!(t->t_proc_flag & TP_STOPPING)) { in stop()
1205 t->t_proc_flag &= ~TP_STOPPING; in stop()
H A Dlwp.c1554 ASSERT(t->t_proc_flag & TP_STOPPING); in holdwatch()
1626 ASSERT(curthread->t_proc_flag & TP_STOPPING); in continuelwps()
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1229 ~(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()
H A Dprsubr.c662 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in prinvalidate()
/titanic_44/usr/src/uts/common/sys/
H A Dthread.h391 #define TP_STOPPING 0x0200 /* thread is executing stop() */ macro