Searched refs:p_pthsize (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_fork.c1336 child_proc->p_pthsize = parent_proc->p_pthsize;
H A Dpthread_synch.c241 th_allocsize = th_stacksize + PTH_DEFAULT_GUARDSIZE + p->p_pthsize;
481 p->p_pthsize = uap->pthsize;
1067 tl->th_allocsize = PTH_DEFAULT_STACKSIZE + PTH_DEFAULT_GUARDSIZE + p->p_pthsize;
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h364 int p_pthsize; /* pthread size */ member in struct:proc

Completed in 29 milliseconds