Home
last modified time | relevance | path

Searched refs:LP_MPSAFE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/rump/librump/rumpkern/
H A Dthreads.c87 if ((curlwp->l_pflag & LP_MPSAFE) == 0) in threadbouncer()
199 l->l_pflag |= LP_MPSAFE; in kthread_create()
230 if ((curlwp->l_pflag & LP_MPSAFE) == 0) in kthread_exit()
/netbsd-src/sys/kern/
H A Dkern_kthread.c131 l->l_pflag &= ~LP_MPSAFE; in kthread_create()
165 if ((l->l_pflag & LP_MPSAFE) == 0) { in kthread_exit()
H A Dkern_lwp.c869 l2->l_pflag = LP_MPSAFE; in lwp_create()
1069 if (__predict_false((new_lwp->l_pflag & LP_MPSAFE) == 0)) { in lwp_startup()
/netbsd-src/sys/sys/
H A Dlwp.h284 #define LP_MPSAFE 0x00000020 /* Starts life without kernel_lock */ macro