Searched refs:psynch_mutexdrop (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/libpthread-105.1.4/kern/
H A Dkern_init.c38 .psynch_mutexdrop = _psynch_mutexdrop,
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c317 psynch_mutexdrop(proc_t p, struct psynch_mutexdrop_args *uap, uint32_t *retval) function
319 return pthread_functions->psynch_mutexdrop(p, uap->mutex, uap->mgen, uap->ugen, uap->tid, uap->flags, retval);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h84 int (*psynch_mutexdrop)(proc_t p, user_addr_t mutex, uint32_t mgen, uint32_t ugen, uint64_t tid, uint32_t flags, uint32_t *retval); member in struct:pthread_functions_s

Completed in 66 milliseconds