Home
last modified time | relevance | path

Searched refs:LP_MUSTJOIN (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/kern/
H A Dkern_kthread.c125 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()
/netbsd-src/sys/sys/
H A Dlwp.h287 #define LP_MUSTJOIN 0x00000100 /* Must join kthread on exit */ macro