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

12

/freebsd-13-stable/lib/libc/iconv/
H A Dcitrus_lock.h33 pthread_rwlock_wrlock(lock);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DProcessRunLock.cpp38 ::pthread_rwlock_wrlock(&m_rwlock);
57 ::pthread_rwlock_wrlock(&m_rwlock);
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DRWMutex.hpp68 bool lock() { return pthread_rwlock_wrlock(&_lock) == 0; }
83 pthread_rwlock_wrlock(pthread_rwlock_t *lock);
100 return !pthread_create || (pthread_rwlock_wrlock(&_lock) == 0);
/freebsd-13-stable/contrib/lib9p/
H A Dhashtable.h79 return (pthread_rwlock_wrlock(&h->ht_rwlock));
/freebsd-13-stable/contrib/ofed/opensm/include/complib/
H A Dcl_passivelock.h274 status = pthread_rwlock_wrlock(&p_lock->lock);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DRWMutex.cpp96 int errorcode = pthread_rwlock_wrlock(rwlock);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp130 INTERCEPTOR(int, pthread_rwlock_wrlock, pthread_rwlock_t *m) {
133 int res = REAL(pthread_rwlock_wrlock)(m);
308 INTERCEPT_FUNCTION(pthread_rwlock_wrlock);
/freebsd-13-stable/crypto/openssl/crypto/
H A Dthreads_pthread.c78 if (pthread_rwlock_wrlock(lock) != 0)
/freebsd-13-stable/cddl/contrib/opensolaris/head/
H A Dthread.h59 #define rw_wrlock(l) pthread_rwlock_wrlock(l)
/freebsd-13-stable/contrib/apr/locks/unix/
H A Dthread_rwlock.c97 stat = pthread_rwlock_wrlock(&rwlock->rwlock);
/freebsd-13-stable/crypto/heimdal/include/
H A Dheim_threads.h99 #define HEIMDAL_RWLOCK_wrlock(l) pthread_rwlock_wrlock(l)
/freebsd-13-stable/sbin/hastd/
H A Dsynch.h127 error = pthread_rwlock_wrlock(lock);
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dsynch.h125 error = pthread_rwlock_wrlock(lock);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dmem.c310 pthread_rwlock_wrlock(&mmio_rwlock);
343 pthread_rwlock_wrlock(&mmio_rwlock);
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h184 #define pthread_rwlock_wrlock _pthread_rwlock_wrlock macro
H A Dun-namespace.h165 #undef pthread_rwlock_wrlock macro
/freebsd-13-stable/include/
H A Dpthread.h270 int pthread_rwlock_wrlock(pthread_rwlock_t * __rwlock)
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_rwlock.c57 __weak_reference(_Tthr_rwlock_wrlock, pthread_rwlock_wrlock);
/freebsd-13-stable/share/man/man3/
H A DMakefile428 pthread_rwlock_wrlock.3 \
492 PTHREAD_MLINKS+=pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3
/freebsd-13-stable/contrib/unbound/util/
H A Dlocks.h120 #define lock_rw_wrlock(lock) LOCKRET(pthread_rwlock_wrlock(lock))
/freebsd-13-stable/lib/libc/gen/
H A D_pthread_stubs.c252 STUB_FUNC1(pthread_rwlock_wrlock, PJT_RWLOCK_WRLOCK, int, void *)
/freebsd-13-stable/usr.sbin/nscd/
H A Dconfig.c449 pthread_rwlock_wrlock(&config->rwlock);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1364 TSAN_INTERCEPTOR(int, pthread_rwlock_wrlock, void *m) {
1365 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_wrlock, m);
1367 int res = REAL(pthread_rwlock_wrlock)(m);
2704 TSAN_INTERCEPT(pthread_rwlock_wrlock);
/freebsd-13-stable/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c231 VERIFY0(pthread_rwlock_wrlock(&rwlp->rw_lock));
/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c2919 (void) pthread_rwlock_wrlock(&zd->zd_zilog_lock);
3256 pthread_rwlock_wrlock(&ztest_name_lock);
3565 (void) pthread_rwlock_wrlock(&ztest_name_lock);
6166 (void) pthread_rwlock_wrlock(&ztest_name_lock);
6353 (void) pthread_rwlock_wrlock(&ztest_name_lock);

Completed in 172 milliseconds

12