Searched refs:rw_rdlock (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/dtrace-147/libelf/
H A Ddecl.h50 #define rw_rdlock(x) pthread_rwlock_rdlock(x) macro
241 (void) rw_rdlock(&((Elf *)e)->ed_rwlock); \
247 (void) rw_rdlock(&((Elf *)e)->ed_rwlock); \
254 (void) rw_rdlock(&((Elf *)e)->ed_rwlock); \
259 (void) rw_rdlock(&((Elf *)e)->ed_rwlock); \
402 #define ELFRLOCK(e) (void) rw_rdlock(&((Elf *)e)->ed_rwlock);
406 (void) rw_rdlock(&((Elf *)e)->ed_rwlock);
/macosx-10.10/OpenSSL098-52/src/crypto/threads/
H A Dth-lock.c224 rw_rdlock(&(lock_cs[type]));

Completed in 222 milliseconds