Searched refs:NST_TF_KILL (Results 1 – 3 of 3) sorted by relevance
311 !(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()
98 #define NST_TF_KILL 0x10 /* Thread is being killed */ macro
155 { "NST_TF_KILL", NST_TF_KILL, NST_TF_KILL },