Home
last modified time | relevance | path

Searched refs:pthread_rwlock_rdlock (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/libunwind/src/
H A DRWMutex.hpp66 bool lock_shared() { return pthread_rwlock_rdlock(&_lock) == 0; }
81 pthread_rwlock_rdlock(pthread_rwlock_t *lock);
94 return !pthread_create || (pthread_rwlock_rdlock(&_lock) == 0);
/freebsd-14.2/contrib/netbsd-tests/lib/libpthread/
H A Dt_rwlock.c94 PTHREAD_REQUIRE(pthread_rwlock_rdlock(&lk)); in ATF_TC_BODY()
95 PTHREAD_REQUIRE(pthread_rwlock_rdlock(&lk)); in ATF_TC_BODY()
130 PTHREAD_REQUIRE(pthread_rwlock_rdlock(&static_rwlock)); in ATF_TC_BODY()
/freebsd-14.2/sys/contrib/openzfs/lib/libspl/os/freebsd/
H A Dmnttab.c190 (void) pthread_rwlock_rdlock(&gsfs_lock); in getmntany()
227 (void) pthread_rwlock_rdlock(&gsfs_lock); in getmntent()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp106 INTERCEPTOR(int, pthread_rwlock_rdlock, pthread_rwlock_t *m) { in INTERCEPTOR() argument
109 int res = REAL(pthread_rwlock_rdlock)(m); in INTERCEPTOR()
307 INTERCEPT_FUNCTION(pthread_rwlock_rdlock); in InitializeInterceptors()
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DProcessRunLock.cpp25 ::pthread_rwlock_rdlock(&m_rwlock); in ReadTryLock()
/freebsd-14.2/contrib/lib9p/
H A Dhashtable.h69 return (pthread_rwlock_rdlock(&h->ht_rwlock)); in ht_rdlock()
/freebsd-14.2/contrib/ofed/opensm/include/complib/
H A Dcl_passivelock.h241 status = pthread_rwlock_rdlock(&p_lock->lock); in cl_plock_acquire()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DRWMutex.cpp76 int errorcode = pthread_rwlock_rdlock(rwlock); in lock_shared()
/freebsd-14.2/usr.sbin/bhyve/
H A Dmem.c130 pthread_rwlock_rdlock(&mmio_rwlock);
174 pthread_rwlock_rdlock(&mmio_rwlock); in access_memory()
/freebsd-14.2/cddl/contrib/opensolaris/head/
H A Dthread.h58 #define rw_rdlock(l) pthread_rwlock_rdlock(l)
/freebsd-14.2/sbin/hastd/
H A Dsynch.h116 error = pthread_rwlock_rdlock(lock); in rw_rlock()
/freebsd-14.2/contrib/openbsm/bin/auditdistd/
H A Dsynch.h117 error = pthread_rwlock_rdlock(lock); in rw_rlock()
/freebsd-14.2/crypto/openssl/crypto/
H A Dthreads_pthread.c95 if (pthread_rwlock_rdlock(lock) != 0) in CRYPTO_THREAD_read_lock()
/freebsd-14.2/crypto/heimdal/include/
H A Dheim_threads.h98 #define HEIMDAL_RWLOCK_rdlock(l) pthread_rwlock_rdlock(l)
/freebsd-14.2/lib/libthr/
H A Dpthread.map92 pthread_rwlock_rdlock;
/freebsd-14.2/share/man/man3/
H A DMakefile446 pthread_rwlock_rdlock.3 \
516 PTHREAD_MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3
/freebsd-14.2/lib/libc/include/
H A Dun-namespace.h157 #undef pthread_rwlock_rdlock
H A Dnamespace.h176 #define pthread_rwlock_rdlock _pthread_rwlock_rdlock macro
/freebsd-14.2/lib/libthr/thread/
H A Dthr_rwlock.c46 __weak_reference(_Tthr_rwlock_rdlock, pthread_rwlock_rdlock);
/freebsd-14.2/include/
H A Dpthread.h255 int pthread_rwlock_rdlock(pthread_rwlock_t * __rwlock)
/freebsd-14.2/contrib/unbound/util/
H A Dlocks.h120 #define lock_rw_rdlock(lock) LOCKRET(pthread_rwlock_rdlock(lock))
/freebsd-14.2/lib/libc/gen/
H A DSymbol.map52 pthread_rwlock_rdlock;
H A D_pthread_stubs.c247 STUB_FUNC1(pthread_rwlock_rdlock, PJT_RWLOCK_RDLOCK, int, void *)
/freebsd-14.2/usr.sbin/nscd/
H A Dconfig.c439 pthread_rwlock_rdlock(&config->rwlock); in configuration_lock_rdlock()
/freebsd-14.2/sys/contrib/openzfs/cmd/
H A Dztest.c2749 (void) pthread_rwlock_rdlock(&zd->zd_zilog_lock); in ztest_io()
2789 (void) pthread_rwlock_rdlock(&ztest_name_lock); in ztest_io()
2958 (void) pthread_rwlock_rdlock(&ztest_name_lock); in ztest_spa_create_destroy()
4339 (void) pthread_rwlock_rdlock(&ztest_name_lock); in ztest_dmu_objset_create_destroy()
4445 (void) pthread_rwlock_rdlock(&ztest_name_lock); in ztest_dmu_snapshot_create_destroy()
4528 (void) pthread_rwlock_rdlock(&ztest_name_lock); in ztest_dsl_dataset_promote_busy()
5852 (void) pthread_rwlock_rdlock(&ztest_name_lock); in ztest_dsl_prop_get_set()
5873 (void) pthread_rwlock_rdlock(&ztest_name_lock); in ztest_spa_prop_get_set()
5919 (void) pthread_rwlock_rdlock(&ztest_name_lock); in ztest_dmu_snapshot_hold()
6095 (void) pthread_rwlock_rdlock(&ztest_name_lock); in ztest_fault_inject()
[all …]

12