Home
last modified time | relevance | path

Searched refs:proc_get_pthread_tsd_offset (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/pthread/
H A Dpthread_shims.c86 PTHREAD_STRUCT_ACCESSOR(proc_get_pthread_tsd_offset, proc_set_pthread_tsd_offset, uint32_t, struct …
585 .proc_get_pthread_tsd_offset = proc_get_pthread_tsd_offset,
/xnu-11215/bsd/sys/
H A Dpthread_shims.h268 uint32_t (*proc_get_pthread_tsd_offset)(struct proc *p); member