| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | ProcessRunLock.cpp | 16 int err = ::pthread_rwlock_init(&m_rwlock, NULL); in ProcessRunLock()
|
| /freebsd-12.1/contrib/ofed/opensm/include/complib/ |
| H A D | cl_passivelock.h | 199 status = pthread_rwlock_init(&p_lock->lock, NULL); in cl_plock_init()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | RWMutex.cpp | 61 int errorcode = pthread_rwlock_init(rwlock, nullptr); in RWMutexImpl()
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libpthread/ |
| H A D | t_rwlock.c | 93 PTHREAD_REQUIRE(pthread_rwlock_init(&lk, NULL)); in ATF_TC_BODY()
|
| /freebsd-12.1/crypto/openssl/crypto/ |
| H A D | threads_pthread.c | 34 if (pthread_rwlock_init(lock, NULL) != 0) { in CRYPTO_THREAD_lock_new()
|
| /freebsd-12.1/cddl/contrib/opensolaris/head/ |
| H A D | thread.h | 56 #define rwlock_init(l,f,a) pthread_rwlock_init(l,NULL)
|
| /freebsd-12.1/contrib/apr/locks/unix/ |
| H A D | thread_rwlock.c | 49 if ((stat = pthread_rwlock_init(&new_rwlock->rwlock, NULL))) { in apr_thread_rwlock_create()
|
| /freebsd-12.1/contrib/openbsm/bin/auditdistd/ |
| H A D | synch.h | 101 error = pthread_rwlock_init(lock, NULL); in rw_init()
|
| /freebsd-12.1/sbin/hastd/ |
| H A D | synch.h | 103 error = pthread_rwlock_init(lock, NULL); in rw_init()
|
| /freebsd-12.1/crypto/heimdal/include/ |
| H A D | heim_threads.h | 97 #define HEIMDAL_RWLOCK_init(l) pthread_rwlock_init(l, NULL)
|
| /freebsd-12.1/lib/libthr/ |
| H A D | pthread.map | 92 pthread_rwlock_init;
|
| /freebsd-12.1/include/ |
| H A D | pthread.h | 251 int pthread_rwlock_init(pthread_rwlock_t * __restrict __rwlock,
|
| /freebsd-12.1/lib/libc/include/ |
| H A D | namespace.h | 176 #define pthread_rwlock_init _pthread_rwlock_init macro
|
| H A D | un-namespace.h | 157 #undef pthread_rwlock_init
|
| /freebsd-12.1/lib/libthr/thread/ |
| H A D | thr_rwlock.c | 46 __weak_reference(_thr_rwlock_init, pthread_rwlock_init);
|
| /freebsd-12.1/contrib/unbound/util/ |
| H A D | locks.h | 117 #define lock_rw_init(lock) LOCKRET(pthread_rwlock_init(lock, NULL))
|
| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | mem.c | 360 pthread_rwlock_init(&mmio_rwlock, NULL); in init_mem()
|
| /freebsd-12.1/lib/libc/gen/ |
| H A D | Symbol.map | 54 pthread_rwlock_init;
|
| H A D | _pthread_stubs.c | 245 STUB_FUNC2(pthread_rwlock_init, PJT_RWLOCK_INIT, int, void *, void *)
|
| /freebsd-12.1/share/man/man3/ |
| H A D | Makefile | 292 pthread_rwlock_init.3 \
|
| /freebsd-12.1/usr.sbin/nscd/ |
| H A D | config.c | 528 pthread_rwlock_init(&retval->rwlock, NULL); in init_configuration()
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors.cc | 1315 TSAN_INTERCEPTOR(int, pthread_rwlock_init, void *m, void *a) { in TSAN_INTERCEPTOR() argument 1316 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_init, m, a); in TSAN_INTERCEPTOR() 1317 int res = REAL(pthread_rwlock_init)(m, a); in TSAN_INTERCEPTOR() 2703 TSAN_INTERCEPT(pthread_rwlock_init); in InitializeInterceptors()
|
| /freebsd-12.1/contrib/apr/include/arch/unix/ |
| H A D | apr_private.h.in | 370 /* Define to 1 if you have the `pthread_rwlock_init' function. */
|
| /freebsd-12.1/contrib/apr/ |
| H A D | configure.in | 772 AC_CHECK_FUNCS([pthread_key_delete pthread_rwlock_init \
|
| /freebsd-12.1/contrib/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2620 fun:pthread_rwlock_init=uninstrumented
|