/external/llvm-project/libunwind/src/ |
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);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/ |
D | 3-1.c | 40 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main() 50 rc = pthread_rwlock_wrlock(&rwlock); in main()
|
D | 1-1.c | 51 rc = pthread_rwlock_wrlock(&rwlock); in fn_wr() 143 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
|
D | 2-1.c | 71 rc = pthread_rwlock_wrlock(&rwlock); in th_fn() 102 rc = pthread_rwlock_wrlock(&rwlock); in main()
|
D | coverage.txt | 1 This document defines the coverage for the pthread_rwlock_wrlock() function:
|
/external/llvm-project/lldb/source/Host/common/ |
D | ProcessRunLock.cpp | 38 ::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/ |
D | 2-1.c | 50 if (pthread_rwlock_wrlock(&rwlock) != 0) { in fn_wr() 81 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
|
D | 3-1.c | 120 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/ |
D | thread_pthread.c | 47 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/ |
D | thread_pthread.c | 47 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/ |
D | bench_rwmutex.cpp | 20 pthread_rwlock_wrlock(&mtx); in bench()
|
/external/compiler-rt/test/tsan/ |
D | bench_rwmutex.cc | 20 pthread_rwlock_wrlock(&mtx); in bench()
|
/external/webrtc/rtc_base/synchronization/ |
D | rw_lock_posix.cc | 37 pthread_rwlock_wrlock(&lock_); in AcquireLockExclusive()
|
/external/fastrpc/inc/ |
D | pthread_rw_mutex.h | 52 #define RW_MUTEX_LOCK_WRITE(mut) ABORT_FAIL(0 == pthread_rwlock_wrlock( & (mut)))
|
D | mutex.h | 63 #define RW_MUTEX_LOCK_WRITE(mut) ABORT_FAIL(0 == pthread_rwlock_wrlock( & (mut)))
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/ |
D | 3-1.c | 59 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
|
/external/llvm-project/compiler-rt/lib/tsan/dd/ |
D | dd_interceptors.cpp | 130 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/ |
D | dd_interceptors.cc | 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()
|
/external/mesa3d/src/util/ |
D | rwlock.h | 95 return pthread_rwlock_wrlock(&rwlock->rwlock); in u_rwlock_wrlock()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/ |
D | 2-1.c | 100 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
D | 2-1.c | 104 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
|
/external/llvm/lib/Support/ |
D | RWMutex.cpp | 102 int errorcode = pthread_rwlock_wrlock(rwlock); in writer_acquire()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | RWMutex.cpp | 96 int errorcode = pthread_rwlock_wrlock(rwlock); in lock()
|
/external/llvm-project/llvm/lib/Support/ |
D | RWMutex.cpp | 96 int errorcode = pthread_rwlock_wrlock(rwlock); in lock()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/ |
D | 1-1.c | 130 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
|