Searched refs:_pthread_rwlock_init (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libc/include/
H A Dreentrant.h112 #define rwlock_init(l, a) _pthread_rwlock_init(l, a)
H A Dnamespace.h174 #define pthread_rwlock_init _pthread_rwlock_init
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_rwlock.c43 __weak_reference(_pthread_rwlock_init, pthread_rwlock_init);
151 _pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr) function
H A Dthr_init.c254 {DUAL_ENTRY(_pthread_rwlock_init)}, /* PJT_RWLOCK_INIT */

Completed in 129 milliseconds