Searched refs:_pthread_rwlock_wrlock (Results 1 – 9 of 9) sorted by relevance
49 __weak_reference(_pthread_rwlock_wrlock, pthread_rwlock_wrlock);332 _pthread_rwlock_wrlock (pthread_rwlock_t *rwlock) in _pthread_rwlock_wrlock() function
259 {DUAL_ENTRY(_pthread_rwlock_wrlock)}, /* PJT_RWLOCK_WRLOCK */
116 _pthread_rwlock_wrlock(l)
181 #define pthread_rwlock_wrlock _pthread_rwlock_wrlock
244 _pthread_rwlock_wrlock;
359 result = _pthread_rwlock_wrlock(&nss_lock); in nss_configure()554 (void)_pthread_rwlock_wrlock(&nss_lock); in nss_atexit()
493 _pthread_rwlock_wrlock;
71 ((ret = _pthread_rwlock_wrlock(&rwlock)) != 0)) { \
58 if (__isthreaded) _pthread_rwlock_wrlock(x); \