/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | RWMutex.hpp | 68 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/contrib/llvm-project/lldb/source/Host/common/ |
H A D | ProcessRunLock.cpp | 39 ::pthread_rwlock_wrlock(&m_rwlock); in SetRunning() 58 ::pthread_rwlock_wrlock(&m_rwlock); in SetStopped()
|
/freebsd/lib/libc/iconv/ |
H A D | citrus_lock.h | 32 pthread_rwlock_wrlock(lock);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
H A D | dd_interceptors.cpp | 131 INTERCEPTOR(int, pthread_rwlock_wrlock, pthread_rwlock_t *m) { in INTERCEPTOR() argument 134 int res = REAL(pthread_rwlock_wrlock)(m); in INTERCEPTOR() 310 INTERCEPT_FUNCTION(pthread_rwlock_wrlock); in InitializeInterceptors()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan_interceptors.cpp | 240 INTERCEPTOR(int, pthread_rwlock_wrlock, pthread_rwlock_t *lock) { in INTERCEPTOR() argument 242 return REAL(pthread_rwlock_wrlock)(lock); in INTERCEPTOR() 428 INTERCEPT_FUNCTION(pthread_rwlock_wrlock); in InitializeInterceptors()
|
/freebsd/contrib/lib9p/ |
H A D | hashtable.h | 79 return (pthread_rwlock_wrlock(&h->ht_rwlock)); in ht_wrlock()
|
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_passivelock.h | 274 status = pthread_rwlock_wrlock(&p_lock->lock); in cl_plock_excl_acquire()
|
/freebsd/usr.sbin/bhyve/ |
H A D | mem.c | 318 pthread_rwlock_wrlock(&mmio_rwlock); in register_mem_int() 351 pthread_rwlock_wrlock(&mmio_rwlock); in unregister_mem()
|
/freebsd/cddl/contrib/opensolaris/head/ |
H A D | thread.h | 59 #define rw_wrlock(l) pthread_rwlock_wrlock(l)
|
/freebsd/crypto/openssl/util/platform_symbols/ |
H A D | unix-symbols.txt | 111 pthread_rwlock_wrlock
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | RWMutex.cpp | 106 int errorcode = pthread_rwlock_wrlock(rwlock); in lock()
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | synch.h | 125 error = pthread_rwlock_wrlock(lock); in rw_wlock()
|
/freebsd/crypto/heimdal/include/ |
H A D | heim_threads.h | 99 #define HEIMDAL_RWLOCK_wrlock(l) pthread_rwlock_wrlock(l)
|
/freebsd/sys/contrib/openzfs/lib/libspl/os/freebsd/ |
H A D | mnttab.c | 148 (void) pthread_rwlock_wrlock(&gsfs_lock); in statfs_init()
|
/freebsd/lib/libthr/ |
H A D | pthread.map | 98 pthread_rwlock_wrlock;
|
/freebsd/share/man/man3/ |
H A D | Makefile | 456 pthread_rwlock_wrlock.3 \ 523 PTHREAD_MLINKS+=pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3
|
/freebsd/include/ |
H A D | pthread.h | 271 int pthread_rwlock_wrlock(pthread_rwlock_t * __rwlock)
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 182 #define pthread_rwlock_wrlock _pthread_rwlock_wrlock macro
|
H A D | un-namespace.h | 163 #undef pthread_rwlock_wrlock
|
/freebsd/lib/libthr/thread/ |
H A D | thr_rwlock.c | 55 __weak_reference(_Tthr_rwlock_wrlock, pthread_rwlock_wrlock);
|
/freebsd/usr.sbin/rpc.tlsservd/ |
H A D | rpc.tlsservd.c | 453 pthread_rwlock_wrlock(&rpctls_rwlock); in rpctlssd_connect_thread() 521 pthread_rwlock_wrlock(&rpctls_rwlock); in rpctlssd_disconnect_2_svc()
|
/freebsd/contrib/unbound/util/ |
H A D | locks.h | 121 #define lock_rw_wrlock(lock) LOCKRET(pthread_rwlock_wrlock(lock))
|
/freebsd/lib/libc/gen/ |
H A D | Symbol.map | 57 pthread_rwlock_wrlock;
|
H A D | _pthread_stubs.c | 255 STUB_FUNC1(pthread_rwlock_wrlock, PJT_RWLOCK_WRLOCK, int, void *)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/ |
H A D | rtsan_test_interceptors.cpp | 455 pthread_rwlock_wrlock(&rw_lock); in TEST()
|