Searched refs:LP_MUSTJOIN (Results 1 – 2 of 2) sorted by relevance
125 l->l_pflag |= LP_MUSTJOIN; in kthread_create()178 if (l->l_pflag & LP_MUSTJOIN) { in kthread_exit()205 KASSERT((l->l_pflag & LP_MUSTJOIN) != 0); in kthread_join()
287 #define LP_MUSTJOIN 0x00000100 /* Must join kthread on exit */ macro