Searched refs:NST_TF_INUSE (Results 1 – 3 of 3) sorted by relevance
143 ASSERT(!(tp->tp_flag & NST_TF_INUSE)); in nst_thread_init()144 tp->tp_flag = NST_TF_INUSE; in nst_thread_init()228 tp->tp_flag &= ~NST_TF_INUSE; in nst_thread_free()390 if (tp->tp_flag & NST_TF_INUSE) { in nst_thread_destroy()846 tp->tp_flag &= ~NST_TF_INUSE; in nst_del_thread()
94 #define NST_TF_INUSE 0x1 /* Thread currently in use */ macro
151 { "NST_TF_INUSE", NST_TF_INUSE, NST_TF_INUSE },