Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkern_fork.c1165 child_proc->p_pthsize = parent_proc->p_pthsize; in forkproc()
/xnu-12377.41.6/bsd/pthread/
H A Dpthread_shims.c84 PTHREAD_STRUCT_ACCESSOR(proc_get_pthsize, proc_set_pthsize, int, struct proc*, p_pthsize);
/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h427 int p_pthsize; /* pthread size */ member