Home
last modified time | relevance | path

Searched refs:_pthread_rwlock_wrlock (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/lib/libthr/thread/
HDthr_rwlock.c49 __weak_reference(_pthread_rwlock_wrlock, pthread_rwlock_wrlock);
332 _pthread_rwlock_wrlock (pthread_rwlock_t *rwlock) in _pthread_rwlock_wrlock() function
HDthr_init.c259 {DUAL_ENTRY(_pthread_rwlock_wrlock)}, /* PJT_RWLOCK_WRLOCK */
/freebsd-11-stable/lib/libc/include/
HDreentrant.h116 _pthread_rwlock_wrlock(l)
HDnamespace.h181 #define pthread_rwlock_wrlock _pthread_rwlock_wrlock
/freebsd-11-stable/lib/libthr/
HDpthread.map244 _pthread_rwlock_wrlock;
/freebsd-11-stable/lib/libc/net/
HDnsdispatch.c359 result = _pthread_rwlock_wrlock(&nss_lock); in nss_configure()
554 (void)_pthread_rwlock_wrlock(&nss_lock); in nss_atexit()
/freebsd-11-stable/lib/libc/gen/
HDSymbol.map493 _pthread_rwlock_wrlock;
/freebsd-11-stable/lib/libc/nls/
HDmsgcat.c71 ((ret = _pthread_rwlock_wrlock(&rwlock)) != 0)) { \
/freebsd-11-stable/contrib/tzcode/stdtime/
HDlocaltime.c58 if (__isthreaded) _pthread_rwlock_wrlock(x); \