Searched refs:NST_SF_KILL (Results 1 – 3 of 3) sorted by relevance
165 if (set->set_flag & NST_SF_KILL) { in nst_thread_alloc()192 if (set->set_flag & NST_SF_KILL) in nst_thread_alloc()310 while (!(set->set_flag & NST_SF_KILL) && in nst_thread_run()331 if ((set->set_flag & NST_SF_KILL) || in nst_thread_run()447 if (set->set_flag & NST_SF_KILL) { in nst_thread_create()515 (set->set_flag & NST_SF_KILL) || in nst_thread_create()586 if (set->set_flag & NST_SF_KILL) { in nst_create()660 if (set->set_flag & NST_SF_KILL) { in nst_destroy()681 set->set_flag |= NST_SF_KILL; in nst_destroy()
129 #define NST_SF_KILL 1 /* Set is being killed */ macro
145 { "NST_SF_KILL", NST_SF_KILL, NST_SF_KILL },