| /freebsd-14.2/contrib/llvm-project/libunwind/src/ |
| H A D | RWMutex.hpp | 66 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 D | t_rwlock.c | 94 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 D | mnttab.c | 190 (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 D | dd_interceptors.cpp | 106 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 D | ProcessRunLock.cpp | 25 ::pthread_rwlock_rdlock(&m_rwlock); in ReadTryLock()
|
| /freebsd-14.2/contrib/lib9p/ |
| H A D | hashtable.h | 69 return (pthread_rwlock_rdlock(&h->ht_rwlock)); in ht_rdlock()
|
| /freebsd-14.2/contrib/ofed/opensm/include/complib/ |
| H A D | cl_passivelock.h | 241 status = pthread_rwlock_rdlock(&p_lock->lock); in cl_plock_acquire()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | RWMutex.cpp | 76 int errorcode = pthread_rwlock_rdlock(rwlock); in lock_shared()
|
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | mem.c | 130 pthread_rwlock_rdlock(&mmio_rwlock); 174 pthread_rwlock_rdlock(&mmio_rwlock); in access_memory()
|
| /freebsd-14.2/cddl/contrib/opensolaris/head/ |
| H A D | thread.h | 58 #define rw_rdlock(l) pthread_rwlock_rdlock(l)
|
| /freebsd-14.2/sbin/hastd/ |
| H A D | synch.h | 116 error = pthread_rwlock_rdlock(lock); in rw_rlock()
|
| /freebsd-14.2/contrib/openbsm/bin/auditdistd/ |
| H A D | synch.h | 117 error = pthread_rwlock_rdlock(lock); in rw_rlock()
|
| /freebsd-14.2/crypto/openssl/crypto/ |
| H A D | threads_pthread.c | 95 if (pthread_rwlock_rdlock(lock) != 0) in CRYPTO_THREAD_read_lock()
|
| /freebsd-14.2/crypto/heimdal/include/ |
| H A D | heim_threads.h | 98 #define HEIMDAL_RWLOCK_rdlock(l) pthread_rwlock_rdlock(l)
|
| /freebsd-14.2/lib/libthr/ |
| H A D | pthread.map | 92 pthread_rwlock_rdlock;
|
| /freebsd-14.2/share/man/man3/ |
| H A D | Makefile | 446 pthread_rwlock_rdlock.3 \ 516 PTHREAD_MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3
|
| /freebsd-14.2/lib/libc/include/ |
| H A D | un-namespace.h | 157 #undef pthread_rwlock_rdlock
|
| H A D | namespace.h | 176 #define pthread_rwlock_rdlock _pthread_rwlock_rdlock macro
|
| /freebsd-14.2/lib/libthr/thread/ |
| H A D | thr_rwlock.c | 46 __weak_reference(_Tthr_rwlock_rdlock, pthread_rwlock_rdlock);
|
| /freebsd-14.2/include/ |
| H A D | pthread.h | 255 int pthread_rwlock_rdlock(pthread_rwlock_t * __rwlock)
|
| /freebsd-14.2/contrib/unbound/util/ |
| H A D | locks.h | 120 #define lock_rw_rdlock(lock) LOCKRET(pthread_rwlock_rdlock(lock))
|
| /freebsd-14.2/lib/libc/gen/ |
| H A D | Symbol.map | 52 pthread_rwlock_rdlock;
|
| H A D | _pthread_stubs.c | 247 STUB_FUNC1(pthread_rwlock_rdlock, PJT_RWLOCK_RDLOCK, int, void *)
|
| /freebsd-14.2/usr.sbin/nscd/ |
| H A D | config.c | 439 pthread_rwlock_rdlock(&config->rwlock); in configuration_lock_rdlock()
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 2749 (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 …]
|