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

/macosx-10.10.1/libpthread-105.1.4/kern/
H A Dkern_init.c47 .psynch_rw_yieldwrlock = _psynch_rw_yieldwrlock,
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c56 char pthread_functions_size_compile_assert[(sizeof(struct pthread_functions_s) - offsetof(struct pthread_functions_s, psynch_rw_yieldwrlock) - sizeof(void*)) == (sizeof(void*) * 100) ? 1 : -1];
377 psynch_rw_yieldwrlock(proc_t p, struct psynch_rw_yieldwrlock_args *uap, uint32_t *retval) function
379 return pthread_functions->psynch_rw_yieldwrlock(p, uap->rwlock, uap->lgenval, uap->ugenval, uap->rw_wc, uap->flags, retval);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h93 int (*psynch_rw_yieldwrlock)(proc_t p, user_addr_t rwlock, uint32_t lgenval, uint32_t ugenval, uint32_t rw_wc, int flags, uint32_t *retval); member in struct:pthread_functions_s

Completed in 116 milliseconds