Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_thread.c311 !(tp->tp_flag & NST_TF_KILL)) { in nst_thread_run()
332 (tp->tp_flag & NST_TF_KILL)) { in nst_thread_run()
362 tp->tp_flag &= ~NST_TF_KILL; in nst_thread_run()
521 tp->tp_flag |= NST_TF_KILL; in nst_thread_create()
524 while (tp->tp_flag & NST_TF_KILL) in nst_thread_create()
845 tp->tp_flag |= NST_TF_KILL; in nst_del_thread()
851 while (tp->tp_flag & NST_TF_KILL) in nst_del_thread()
H A Dnsc_thread.h98 #define NST_TF_KILL 0x10 /* Thread is being killed */ macro
/titanic_41/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c155 { "NST_TF_KILL", NST_TF_KILL, NST_TF_KILL },