Searched refs:psynch_rw_longrdlock (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/bsd/pthread/ |
| H A D | pthread_shims.c | 442 psynch_rw_longrdlock(proc_t p, struct psynch_rw_longrdlock_args * uap, uint32_t *retval) in psynch_rw_longrdlock() function 444 …return pthread_functions->psynch_rw_longrdlock(p, uap->rwlock, uap->lgenval, uap->ugenval, uap->rw… in psynch_rw_longrdlock()
|
| /xnu-11215/bsd/sys/ |
| H A D | pthread_shims.h | 97 …int (*psynch_rw_longrdlock)(proc_t p, user_addr_t rwlock, uint32_t lgenval, uint32_t ugenval, uint… member
|