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

/macosx-10.10/dtrace-147/libelf/
H A Ddecl.h51 #define rw_wrlock(x) pthread_rwlock_wrlock(x) macro
228 (void) rw_wrlock(&((Elf *)e)->ed_rwlock);
234 (void) rw_wrlock(&((Elf *)e)->ed_rwlock); \
410 #define ELFWLOCK(e) (void) rw_wrlock(&((Elf *)e)->ed_rwlock);
414 (void) rw_wrlock(&((Elf *)e)->ed_rwlock);
/macosx-10.10/OpenSSL098-52/src/crypto/threads/
H A Dth-lock.c226 rw_wrlock(&(lock_cs[type]));

Completed in 162 milliseconds