Home
last modified time | relevance | path

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

/xnu-11215/bsd/pthread/
H A Dpthread_shims.c412 psynch_mutexdrop(proc_t p, struct psynch_mutexdrop_args *uap, uint32_t *retval) in psynch_mutexdrop() function
414 …return pthread_functions->psynch_mutexdrop(p, uap->mutex, uap->mgen, uap->ugen, uap->tid, uap->fla… in psynch_mutexdrop()
/xnu-11215/bsd/sys/
H A Dpthread_shims.h92 …int (*psynch_mutexdrop)(proc_t p, user_addr_t mutex, uint32_t mgen, uint32_t ugen, uint64_t tid, … member