| /freebsd/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/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/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/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | ProcessRunLock.cpp | 25 ::pthread_rwlock_rdlock(&m_rwlock); in ReadTryLock()
|
| /freebsd/sys/contrib/openzfs/lib/libspl/ |
| H A D | rwlock.c | 60 VERIFY0(pthread_rwlock_rdlock(&rwlp->rw_lock)); in rw_enter()
|
| /freebsd/contrib/lib9p/ |
| H A D | hashtable.h | 69 return (pthread_rwlock_rdlock(&h->ht_rwlock)); in ht_rdlock()
|
| /freebsd/contrib/ofed/opensm/include/complib/ |
| H A D | cl_passivelock.h | 241 status = pthread_rwlock_rdlock(&p_lock->lock); in cl_plock_acquire()
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | mem.c | 130 pthread_rwlock_rdlock(&mmio_rwlock); 176 pthread_rwlock_rdlock(&mmio_rwlock); in access_memory()
|
| /freebsd/crypto/openssl/util/platform_symbols/ |
| H A D | unix-symbols.txt | 109 pthread_rwlock_rdlock
|
| /freebsd/cddl/contrib/opensolaris/head/ |
| H A D | thread.h | 58 #define rw_rdlock(l) pthread_rwlock_rdlock(l)
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | RWMutex.cpp | 79 int errorcode = pthread_rwlock_rdlock(rwlock); in lock_shared()
|
| /freebsd/contrib/openbsm/bin/auditdistd/ |
| H A D | synch.h | 117 error = pthread_rwlock_rdlock(lock); in rw_rlock()
|
| /freebsd/sys/contrib/openzfs/lib/libspl/os/freebsd/ |
| H A D | mnttab.c | 192 (void) pthread_rwlock_rdlock(&gsfs_lock); in getmntent()
|
| /freebsd/crypto/heimdal/include/ |
| H A D | heim_threads.h | 98 #define HEIMDAL_RWLOCK_rdlock(l) pthread_rwlock_rdlock(l)
|
| /freebsd/lib/libthr/ |
| H A D | pthread.map | 92 pthread_rwlock_rdlock;
|
| /freebsd/share/man/man3/ |
| H A D | Makefile | 458 pthread_rwlock_rdlock.3 \ 528 PTHREAD_MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3
|
| /freebsd/include/ |
| H A D | pthread.h | 255 int pthread_rwlock_rdlock(pthread_rwlock_t * __rwlock)
|
| /freebsd/lib/libc/include/ |
| H A D | namespace.h | 176 #define pthread_rwlock_rdlock _pthread_rwlock_rdlock macro
|
| H A D | un-namespace.h | 157 #undef pthread_rwlock_rdlock
|
| /freebsd/lib/libthr/thread/ |
| H A D | thr_rwlock.c | 46 __weak_reference(_Tthr_rwlock_rdlock, pthread_rwlock_rdlock);
|
| /freebsd/contrib/unbound/util/ |
| H A D | locks.h | 120 #define lock_rw_rdlock(lock) LOCKRET(pthread_rwlock_rdlock(lock))
|
| /freebsd/lib/libc/gen/ |
| H A D | Symbol.map | 53 pthread_rwlock_rdlock;
|
| H A D | _pthread_stubs.c | 251 STUB_FUNC1(pthread_rwlock_rdlock, PJT_RWLOCK_RDLOCK, int, void *)
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 2847 (void) pthread_rwlock_rdlock(&zd->zd_zilog_lock); in ztest_io() 2887 (void) pthread_rwlock_rdlock(&ztest_name_lock); in ztest_io() 2965 (void) pthread_rwlock_rdlock(&zd->zd_zilog_lock); in ztest_zil_commit() 3056 (void) pthread_rwlock_rdlock(&ztest_name_lock); in ztest_spa_create_destroy() 4705 (void) pthread_rwlock_rdlock(&ztest_name_lock); in ztest_dmu_objset_create_destroy() 4811 (void) pthread_rwlock_rdlock(&ztest_name_lock); in ztest_dmu_snapshot_create_destroy() 4894 (void) pthread_rwlock_rdlock(&ztest_name_lock); in ztest_dsl_dataset_promote_busy() 6236 (void) pthread_rwlock_rdlock(&ztest_name_lock); in ztest_dsl_prop_get_set() 6256 (void) pthread_rwlock_rdlock(&ztest_name_lock); in ztest_spa_prop_get_set() 6304 (void) pthread_rwlock_rdlock(&ztest_name_lock); in ztest_dmu_snapshot_hold() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 791 INTERCEPTOR(int, pthread_rwlock_rdlock, pthread_rwlock_t *lock) { argument 793 return REAL(pthread_rwlock_rdlock)(lock); 1648 INTERCEPT_FUNCTION(pthread_rwlock_rdlock);
|