Home
last modified time | relevance | path

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

/xnu-11215/bsd/pthread/
H A Dpthread_shims.c88 PTHREAD_STRUCT_ACCESSOR(proc_get_pthhash, proc_set_pthhash, void*, struct proc*, p_pthhash);
544 .proc_set_pthhash = proc_set_pthhash,
/xnu-11215/bsd/sys/
H A Dpthread_shims.h186 void (*proc_set_pthhash)(struct proc *t, void* ptr); member