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

/xnu-2782.1.97/bsd/kern/
H A Dkern_fork.c1359 if ((parent_proc->p_lflag & P_LREGISTER) != 0) {
1360 child_proc->p_lflag |= P_LREGISTER;
H A Dpthread_shims.c117 return (p->p_lflag & P_LREGISTER);
H A Dkern_proc.c2925 p->p_lflag |= P_LREGISTER;
2933 p->p_lflag &= ~P_LREGISTER;
/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h465 #define P_LREGISTER 0x00800000 /* thread start fns registered */ macro

Completed in 37 milliseconds