Home
last modified time | relevance | path

Searched refs:P_MAYBETHREADED (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/kern/
H A Dkern_exit.c774 if ((p->p_flags & P_MAYBETHREADED) && p->p_nthreads <= 1) in lwp_exit()
782 if ((p->p_flags & P_MAYBETHREADED) && p->p_nthreads <= 1) in lwp_exit()
H A Dkern_fork.c860 destproc->p_flags |= P_MAYBETHREADED; in lwp_fork2()
/dragonfly/sys/sys/
H A Dproc.h359 #define P_MAYBETHREADED 0x00400 /* might be threaded optimization */ macro