Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkern_fork.c1174 child_proc->p_pth_tsd_offset = parent_proc->p_pth_tsd_offset; in forkproc()
/xnu-12377.41.6/bsd/pthread/
H A Dpthread_shims.c87 …oc_get_pthread_tsd_offset, proc_set_pthread_tsd_offset, uint32_t, struct proc *, p_pth_tsd_offset);
/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h428 uint32_t p_pth_tsd_offset; /* offset from pthread_t to TSD for new threads */ member