Searched refs:_pthread_rwlock_unlock (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/lib/libc/include/
H A Dreentrant.h118 _pthread_rwlock_unlock(l)
H A Dnamespace.h180 #define pthread_rwlock_unlock _pthread_rwlock_unlock
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_rwlock.c48 __weak_reference(_pthread_rwlock_unlock, pthread_rwlock_unlock);
345 _pthread_rwlock_unlock(pthread_rwlock_t *rwlock) function
H A Dthr_init.c258 {DUAL_ENTRY(_pthread_rwlock_unlock)}, /* PJT_RWLOCK_UNLOCK */
/freebsd-11-stable/lib/libc/net/
H A Dnsdispatch.c358 (void)_pthread_rwlock_unlock(&nss_lock);
392 (void)_pthread_rwlock_unlock(&nss_lock);
560 (void)_pthread_rwlock_unlock(&nss_lock);
755 (void)_pthread_rwlock_unlock(&nss_lock);
/freebsd-11-stable/lib/libc/nls/
H A Dmsgcat.c76 _pthread_rwlock_unlock(&rwlock); }
/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c63 if (__isthreaded) _pthread_rwlock_unlock(x); \

Completed in 142 milliseconds