Searched refs:P_LREGISTER (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_fork.c1338 if ((parent_proc->p_lflag & P_LREGISTER) != 0) {
1339 child_proc->p_lflag |= P_LREGISTER;
H A Dpthread_synch.c215 if ((p->p_lflag & P_LREGISTER) == 0)
473 if ((p->p_lflag & P_LREGISTER) != 0)
1148 if ((p->p_lflag & P_LREGISTER) == 0)
1260 if ((p->p_lflag & P_LREGISTER) == 0)
H A Dkern_proc.c2807 p->p_lflag |= P_LREGISTER;
2815 p->p_lflag &= ~P_LREGISTER;
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h438 #define P_LREGISTER 0x00800000 /* thread start fns registered */ macro

Completed in 34 milliseconds