Home
last modified time | relevance | path

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

123

/external/llvm-project/libunwind/src/
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);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/
D3-1.c40 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
50 rc = pthread_rwlock_wrlock(&rwlock); in main()
D1-1.c51 rc = pthread_rwlock_wrlock(&rwlock); in fn_wr()
143 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
D2-1.c71 rc = pthread_rwlock_wrlock(&rwlock); in th_fn()
102 rc = pthread_rwlock_wrlock(&rwlock); in main()
Dcoverage.txt1 This document defines the coverage for the pthread_rwlock_wrlock() function:
/external/llvm-project/lldb/source/Host/common/
DProcessRunLock.cpp38 ::pthread_rwlock_wrlock(&m_rwlock); in SetRunning()
57 ::pthread_rwlock_wrlock(&m_rwlock); in SetStopped()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/
D2-1.c50 if (pthread_rwlock_wrlock(&rwlock) != 0) { in fn_wr()
81 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
D3-1.c120 rc = pthread_rwlock_wrlock(&rwlock); in fn_wr_1()
157 rc = pthread_rwlock_wrlock(&rwlock); in fn_wr_2()
205 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
/external/boringssl/src/crypto/
Dthread_pthread.c47 if (pthread_rwlock_wrlock((pthread_rwlock_t *) lock) != 0) { in CRYPTO_MUTEX_lock_write()
75 if (pthread_rwlock_wrlock(&lock->lock) != 0) { in CRYPTO_STATIC_MUTEX_lock_write()
/external/rust/crates/quiche/deps/boringssl/src/crypto/
Dthread_pthread.c47 if (pthread_rwlock_wrlock((pthread_rwlock_t *) lock) != 0) { in CRYPTO_MUTEX_lock_write()
75 if (pthread_rwlock_wrlock(&lock->lock) != 0) { in CRYPTO_STATIC_MUTEX_lock_write()
/external/llvm-project/compiler-rt/test/tsan/
Dbench_rwmutex.cpp20 pthread_rwlock_wrlock(&mtx); in bench()
/external/compiler-rt/test/tsan/
Dbench_rwmutex.cc20 pthread_rwlock_wrlock(&mtx); in bench()
/external/webrtc/rtc_base/synchronization/
Drw_lock_posix.cc37 pthread_rwlock_wrlock(&lock_); in AcquireLockExclusive()
/external/fastrpc/inc/
Dpthread_rw_mutex.h52 #define RW_MUTEX_LOCK_WRITE(mut) ABORT_FAIL(0 == pthread_rwlock_wrlock( & (mut)))
Dmutex.h63 #define RW_MUTEX_LOCK_WRITE(mut) ABORT_FAIL(0 == pthread_rwlock_wrlock( & (mut)))
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/
D3-1.c59 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
/external/llvm-project/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cpp130 INTERCEPTOR(int, pthread_rwlock_wrlock, pthread_rwlock_t *m) { in INTERCEPTOR() argument
133 int res = REAL(pthread_rwlock_wrlock)(m); in INTERCEPTOR()
308 INTERCEPT_FUNCTION(pthread_rwlock_wrlock); in InitializeInterceptors()
/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc131 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()
/external/mesa3d/src/util/
Drwlock.h95 return pthread_rwlock_wrlock(&rwlock->rwlock); in u_rwlock_wrlock()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
D2-1.c100 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
D2-1.c104 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
/external/llvm/lib/Support/
DRWMutex.cpp102 int errorcode = pthread_rwlock_wrlock(rwlock); in writer_acquire()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DRWMutex.cpp96 int errorcode = pthread_rwlock_wrlock(rwlock); in lock()
/external/llvm-project/llvm/lib/Support/
DRWMutex.cpp96 int errorcode = pthread_rwlock_wrlock(rwlock); in lock()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
D1-1.c130 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()

123