Searched refs:pthread_rwlock_rdlock (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/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-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_rwlock.c94 PTHREAD_REQUIRE(pthread_rwlock_rdlock(&lk));
95 PTHREAD_REQUIRE(pthread_rwlock_rdlock(&lk));
130 PTHREAD_REQUIRE(pthread_rwlock_rdlock(&static_rwlock));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DProcessRunLock.cpp25 ::pthread_rwlock_rdlock(&m_rwlock);
/freebsd-13-stable/contrib/lib9p/
H A Dhashtable.h69 return (pthread_rwlock_rdlock(&h->ht_rwlock));
/freebsd-13-stable/contrib/ofed/opensm/include/complib/
H A Dcl_passivelock.h241 status = pthread_rwlock_rdlock(&p_lock->lock);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DRWMutex.cpp76 int errorcode = pthread_rwlock_rdlock(rwlock);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp105 INTERCEPTOR(int, pthread_rwlock_rdlock, pthread_rwlock_t *m) {
108 int res = REAL(pthread_rwlock_rdlock)(m);
305 INTERCEPT_FUNCTION(pthread_rwlock_rdlock);
/freebsd-13-stable/crypto/openssl/crypto/
H A Dthreads_pthread.c65 if (pthread_rwlock_rdlock(lock) != 0)
/freebsd-13-stable/cddl/contrib/opensolaris/head/
H A Dthread.h58 #define rw_rdlock(l) pthread_rwlock_rdlock(l)
/freebsd-13-stable/contrib/apr/locks/unix/
H A Dthread_rwlock.c68 stat = pthread_rwlock_rdlock(&rwlock->rwlock);
/freebsd-13-stable/crypto/heimdal/include/
H A Dheim_threads.h98 #define HEIMDAL_RWLOCK_rdlock(l) pthread_rwlock_rdlock(l)
/freebsd-13-stable/sbin/hastd/
H A Dsynch.h119 error = pthread_rwlock_rdlock(lock);
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dsynch.h117 error = pthread_rwlock_rdlock(lock);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dmem.c130 pthread_rwlock_rdlock(&mmio_rwlock);
174 pthread_rwlock_rdlock(&mmio_rwlock);
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h178 #define pthread_rwlock_rdlock _pthread_rwlock_rdlock macro
H A Dun-namespace.h159 #undef pthread_rwlock_rdlock macro
/freebsd-13-stable/include/
H A Dpthread.h254 int pthread_rwlock_rdlock(pthread_rwlock_t * __rwlock)
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_rwlock.c48 __weak_reference(_Tthr_rwlock_rdlock, pthread_rwlock_rdlock);
/freebsd-13-stable/share/man/man3/
H A DMakefile424 pthread_rwlock_rdlock.3 \
491 PTHREAD_MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3
/freebsd-13-stable/contrib/unbound/util/
H A Dlocks.h119 #define lock_rw_rdlock(lock) LOCKRET(pthread_rwlock_rdlock(lock))
/freebsd-13-stable/lib/libc/gen/
H A D_pthread_stubs.c248 STUB_FUNC1(pthread_rwlock_rdlock, PJT_RWLOCK_RDLOCK, int, void *)
/freebsd-13-stable/usr.sbin/nscd/
H A Dconfig.c441 pthread_rwlock_rdlock(&config->rwlock);
/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c2760 (void) pthread_rwlock_rdlock(&zd->zd_zilog_lock);
2800 (void) pthread_rwlock_rdlock(&ztest_name_lock);
2877 (void) pthread_rwlock_rdlock(&zd->zd_zilog_lock);
2968 (void) pthread_rwlock_rdlock(&ztest_name_lock);
4327 (void) pthread_rwlock_rdlock(&ztest_name_lock);
4426 (void) pthread_rwlock_rdlock(&ztest_name_lock);
4506 (void) pthread_rwlock_rdlock(&ztest_name_lock);
5820 (void) pthread_rwlock_rdlock(&ztest_name_lock);
5838 (void) pthread_rwlock_rdlock(&ztest_name_lock);
5884 (void) pthread_rwlock_rdlock(
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1334 TSAN_INTERCEPTOR(int, pthread_rwlock_rdlock, void *m) {
1335 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_rdlock, m);
1337 int res = REAL(pthread_rwlock_rdlock)(m);
2701 TSAN_INTERCEPT(pthread_rwlock_rdlock);
/freebsd-13-stable/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c228 VERIFY0(pthread_rwlock_rdlock(&rwlp->rw_lock));

Completed in 302 milliseconds

12