Home
last modified time | relevance | path

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

/xnu-11215/bsd/pthread/
H A Dpthread_shims.c406 psynch_mutexwait(proc_t p, struct psynch_mutexwait_args *uap, uint32_t *retval) in psynch_mutexwait() function
408 …return pthread_functions->psynch_mutexwait(p, uap->mutex, uap->mgen, uap->ugen, uap->tid, uap->fla… in psynch_mutexwait()
/xnu-11215/bsd/sys/
H A Dpthread_shims.h91 …int (*psynch_mutexwait)(proc_t p, user_addr_t mutex, uint32_t mgen, uint32_t ugen, uint64_t tid, … member