Home
last modified time | relevance | path

Searched refs:pthread_rwlock_init (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DProcessRunLock.cpp15 int err = ::pthread_rwlock_init(&m_rwlock, nullptr); in ProcessRunLock()
/freebsd-13.1/contrib/ofed/opensm/include/complib/
H A Dcl_passivelock.h199 status = pthread_rwlock_init(&p_lock->lock, NULL); in cl_plock_init()
/freebsd-13.1/contrib/netbsd-tests/lib/libpthread/
H A Dt_rwlock.c93 PTHREAD_REQUIRE(pthread_rwlock_init(&lk, NULL)); in ATF_TC_BODY()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DRWMutex.cpp53 int errorcode = pthread_rwlock_init(rwlock, nullptr); in RWMutexImpl()
/freebsd-13.1/cddl/contrib/opensolaris/head/
H A Dthread.h56 #define rwlock_init(l,f,a) pthread_rwlock_init(l,NULL)
/freebsd-13.1/crypto/openssl/crypto/
H A Dthreads_pthread.c34 if (pthread_rwlock_init(lock, NULL) != 0) { in CRYPTO_THREAD_lock_new()
/freebsd-13.1/contrib/apr/locks/unix/
H A Dthread_rwlock.c49 if ((stat = pthread_rwlock_init(&new_rwlock->rwlock, NULL))) { in apr_thread_rwlock_create()
/freebsd-13.1/contrib/openbsm/bin/auditdistd/
H A Dsynch.h101 error = pthread_rwlock_init(lock, NULL); in rw_init()
/freebsd-13.1/sbin/hastd/
H A Dsynch.h103 error = pthread_rwlock_init(lock, NULL); in rw_init()
/freebsd-13.1/crypto/heimdal/include/
H A Dheim_threads.h97 #define HEIMDAL_RWLOCK_init(l) pthread_rwlock_init(l, NULL)
/freebsd-13.1/contrib/lib9p/
H A Dhashtable.c48 pthread_rwlock_init(&h->ht_rwlock, NULL); in ht_init()
/freebsd-13.1/lib/libthr/
H A Dpthread.map92 pthread_rwlock_init;
/freebsd-13.1/lib/libc/include/
H A Dnamespace.h177 #define pthread_rwlock_init _pthread_rwlock_init macro
H A Dun-namespace.h158 #undef pthread_rwlock_init
/freebsd-13.1/include/
H A Dpthread.h251 int pthread_rwlock_init(pthread_rwlock_t * __restrict __rwlock,
/freebsd-13.1/lib/libthr/thread/
H A Dthr_rwlock.c46 __weak_reference(_thr_rwlock_init, pthread_rwlock_init);
/freebsd-13.1/contrib/unbound/util/
H A Dlocks.h117 #define lock_rw_init(lock) LOCKRET(pthread_rwlock_init(lock, NULL))
/freebsd-13.1/lib/libc/gen/
H A DSymbol.map55 pthread_rwlock_init;
H A D_pthread_stubs.c247 STUB_FUNC2(pthread_rwlock_init, PJT_RWLOCK_INIT, int, void *, void *)
/freebsd-13.1/usr.sbin/bhyve/
H A Dmem.c373 pthread_rwlock_init(&mmio_rwlock, NULL); in init_mem()
/freebsd-13.1/usr.sbin/nscd/
H A Dconfig.c528 pthread_rwlock_init(&retval->rwlock, NULL); in init_configuration()
/freebsd-13.1/share/man/man3/
H A DMakefile424 pthread_rwlock_init.3 \
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1367 TSAN_INTERCEPTOR(int, pthread_rwlock_init, void *m, void *a) { in TSAN_INTERCEPTOR() argument
1368 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_init, m, a); in TSAN_INTERCEPTOR()
1369 int res = REAL(pthread_rwlock_init)(m, a); in TSAN_INTERCEPTOR()
2805 TSAN_INTERCEPT(pthread_rwlock_init); in InitializeInterceptors()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt338 fun:pthread_rwlock_init=discard
/freebsd-13.1/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c213 VERIFY0(pthread_rwlock_init(&rwlp->rw_lock, NULL)); in rw_init()

12