/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | ProcessRunLock.cpp | 15 int err = ::pthread_rwlock_init(&m_rwlock, nullptr); in ProcessRunLock()
|
/freebsd/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/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_rwlock.c | 93 PTHREAD_REQUIRE(pthread_rwlock_init(&lk, NULL)); in ATF_TC_BODY()
|
/freebsd/cddl/contrib/opensolaris/head/ |
H A D | thread.h | 56 #define rwlock_init(l,f,a) pthread_rwlock_init(l,NULL)
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | RWMutex.cpp | 55 int errorcode = pthread_rwlock_init(rwlock, nullptr); in RWMutexImpl()
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | synch.h | 101 error = pthread_rwlock_init(lock, NULL); in rw_init()
|
/freebsd/crypto/openssl/crypto/ |
H A D | threads_pthread.c | 55 if (pthread_rwlock_init(lock, NULL) != 0) { in CRYPTO_THREAD_lock_new()
|
/freebsd/crypto/heimdal/include/ |
H A D | heim_threads.h | 97 #define HEIMDAL_RWLOCK_init(l) pthread_rwlock_init(l, NULL)
|
/freebsd/contrib/lib9p/ |
H A D | hashtable.c | 48 pthread_rwlock_init(&h->ht_rwlock, NULL); in ht_init()
|
/freebsd/lib/libthr/ |
H A D | pthread.map | 91 pthread_rwlock_init;
|
/freebsd/include/ |
H A D | pthread.h | 252 int pthread_rwlock_init(pthread_rwlock_t * __restrict __rwlock,
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 175 #define pthread_rwlock_init _pthread_rwlock_init macro
|
H A D | un-namespace.h | 156 #undef pthread_rwlock_init
|
/freebsd/lib/libthr/thread/ |
H A D | thr_rwlock.c | 44 __weak_reference(_thr_rwlock_init, pthread_rwlock_init);
|
/freebsd/contrib/unbound/util/ |
H A D | locks.h | 118 #define lock_rw_init(lock) LOCKRET(pthread_rwlock_init(lock, NULL))
|
/freebsd/usr.sbin/bhyve/ |
H A D | mem.c | 371 pthread_rwlock_init(&mmio_rwlock, NULL); in init_mem()
|
/freebsd/lib/libc/gen/ |
H A D | Symbol.map | 52 pthread_rwlock_init;
|
H A D | _pthread_stubs.c | 249 STUB_FUNC2(pthread_rwlock_init, PJT_RWLOCK_INIT, int, void *, void *)
|
/freebsd/usr.sbin/nscd/ |
H A D | config.c | 526 pthread_rwlock_init(&retval->rwlock, NULL); in init_configuration()
|
/freebsd/share/man/man3/ |
H A D | Makefile | 443 pthread_rwlock_init.3 \
|
/freebsd/usr.sbin/rpc.tlsservd/ |
H A D | rpc.tlsservd.c | 308 pthread_rwlock_init(&rpctls_rwlock, NULL); in main()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 1485 TSAN_INTERCEPTOR(int, pthread_rwlock_init, void *m, void *a) { in TSAN_INTERCEPTOR() argument 1486 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_init, m, a); in TSAN_INTERCEPTOR() 1487 int res = REAL(pthread_rwlock_init)(m, a); in TSAN_INTERCEPTOR() 2977 TSAN_INTERCEPT(pthread_rwlock_init); in InitializeInterceptors()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | done_abilist.txt | 369 fun:pthread_rwlock_init=discard
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | kernel.c | 251 VERIFY0(pthread_rwlock_init(&rwlp->rw_lock, NULL)); in rw_init()
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 1790 VERIFY0(pthread_rwlock_init(&zd->zd_zilog_lock, NULL)); in ztest_zd_init() 8039 VERIFY0(pthread_rwlock_init(&ztest_name_lock, NULL)); in ztest_import() 8375 VERIFY0(pthread_rwlock_init(&ztest_name_lock, NULL)); in ztest_run() 8625 VERIFY0(pthread_rwlock_init(&ztest_name_lock, NULL)); in ztest_init()
|