Home
last modified time | relevance | path

Searched refs:pthread_rwlock_wrlock (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/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/contrib/llvm-project/lldb/source/Host/common/
H A DProcessRunLock.cpp39 ::pthread_rwlock_wrlock(&m_rwlock); in SetRunning()
58 ::pthread_rwlock_wrlock(&m_rwlock); in SetStopped()
/freebsd/lib/libc/iconv/
H A Dcitrus_lock.h32 pthread_rwlock_wrlock(lock);
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp131 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 Drtsan_interceptors.cpp240 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 Dhashtable.h79 return (pthread_rwlock_wrlock(&h->ht_rwlock)); in ht_wrlock()
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_passivelock.h274 status = pthread_rwlock_wrlock(&p_lock->lock); in cl_plock_excl_acquire()
/freebsd/usr.sbin/bhyve/
H A Dmem.c318 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 Dthread.h59 #define rw_wrlock(l) pthread_rwlock_wrlock(l)
/freebsd/crypto/openssl/util/platform_symbols/
H A Dunix-symbols.txt111 pthread_rwlock_wrlock
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DRWMutex.cpp106 int errorcode = pthread_rwlock_wrlock(rwlock); in lock()
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dsynch.h125 error = pthread_rwlock_wrlock(lock); in rw_wlock()
/freebsd/crypto/heimdal/include/
H A Dheim_threads.h99 #define HEIMDAL_RWLOCK_wrlock(l) pthread_rwlock_wrlock(l)
/freebsd/sys/contrib/openzfs/lib/libspl/os/freebsd/
H A Dmnttab.c148 (void) pthread_rwlock_wrlock(&gsfs_lock); in statfs_init()
/freebsd/lib/libthr/
H A Dpthread.map98 pthread_rwlock_wrlock;
/freebsd/share/man/man3/
H A DMakefile456 pthread_rwlock_wrlock.3 \
523 PTHREAD_MLINKS+=pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3
/freebsd/include/
H A Dpthread.h271 int pthread_rwlock_wrlock(pthread_rwlock_t * __rwlock)
/freebsd/lib/libc/include/
H A Dnamespace.h182 #define pthread_rwlock_wrlock _pthread_rwlock_wrlock macro
H A Dun-namespace.h163 #undef pthread_rwlock_wrlock
/freebsd/lib/libthr/thread/
H A Dthr_rwlock.c55 __weak_reference(_Tthr_rwlock_wrlock, pthread_rwlock_wrlock);
/freebsd/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c453 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 Dlocks.h121 #define lock_rw_wrlock(lock) LOCKRET(pthread_rwlock_wrlock(lock))
/freebsd/lib/libc/gen/
H A DSymbol.map57 pthread_rwlock_wrlock;
H A D_pthread_stubs.c255 STUB_FUNC1(pthread_rwlock_wrlock, PJT_RWLOCK_WRLOCK, int, void *)
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_interceptors.cpp455 pthread_rwlock_wrlock(&rw_lock); in TEST()

12