Home
last modified time | relevance | path

Searched refs:pthread_rwlock_rdlock (Results 1 – 25 of 45) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/
D1-1.c56 if (pthread_rwlock_rdlock(&rwlock) != 0) { in fn_rd()
72 if (pthread_rwlock_rdlock(&rwlock) != 0) { in fn_rd()
121 if (pthread_rwlock_rdlock(&rwlock) != 0) { in main()
D4-2.c71 if (pthread_rwlock_rdlock(&rwlock) != 0) { in main()
/external/compiler-rt/test/tsan/
Dbench_rwmutex.cc13 pthread_rwlock_rdlock(&mtx); in thread()
22 pthread_rwlock_rdlock(&mtx); in bench()
Dwrite_in_reader_lock.cc9 pthread_rwlock_rdlock(&rwlock); in Thread1()
20 pthread_rwlock_rdlock(&rwlock); in main()
Dmutexset6.cc21 pthread_rwlock_rdlock(&mtx3); in Thread2()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_init/
D2-1.c47 if ((rc = pthread_rwlock_rdlock(&rwl1)) != 0) { in main()
62 if ((rc = pthread_rwlock_rdlock(&rwl2)) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
D1-1.c50 rc = pthread_rwlock_rdlock(&rwlock); in fn_rd()
84 if (pthread_rwlock_rdlock(&rwlock) != 0) { in main()
D2-3.c84 rc = pthread_rwlock_rdlock(&rwlock); in fn_rd()
159 if (pthread_rwlock_rdlock(&rwlock) != 0) { in main()
D2-2.c84 rc = pthread_rwlock_rdlock(&rwlock); in fn_rd()
158 if (pthread_rwlock_rdlock(&rwlock) != 0) { in main()
D2-1.c84 rc = pthread_rwlock_rdlock(&rwlock); in fn_rd()
159 if (pthread_rwlock_rdlock(&rwlock) != 0) { in main()
Dcoverage.txt1 This document defines the coverage for the pthread_rwlock_rdlock() function:
D5-1.c38 if (pthread_rwlock_rdlock(&rwlock) != 0) { in main()
/external/boringssl/src/crypto/
Dthread_pthread.c37 if (pthread_rwlock_rdlock((pthread_rwlock_t *) lock) != 0) { in CRYPTO_MUTEX_lock_read()
65 if (pthread_rwlock_rdlock(&lock->lock) != 0) { in CRYPTO_STATIC_MUTEX_lock_read()
/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc106 INTERCEPTOR(int, pthread_rwlock_rdlock, pthread_rwlock_t *m) { in INTERCEPTOR() argument
109 int res = REAL(pthread_rwlock_rdlock)(m); in INTERCEPTOR()
307 INTERCEPT_FUNCTION(pthread_rwlock_rdlock); in InitializeInterceptors()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_destroy/
D3-1.c33 if (pthread_rwlock_rdlock(&rwlock) != 0) { in main()
/external/webrtc/webrtc/system_wrappers/source/
Drw_lock_posix.cc44 pthread_rwlock_rdlock(&lock_); in AcquireLockShared()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/
D3-1.c45 if (pthread_rwlock_rdlock(&rwlock) != 0) { in main()
D2-1.c35 rc = pthread_rwlock_rdlock(&rwlock); in fn_rd()
D1-1.c35 rc = pthread_rwlock_rdlock(&rwlock); in fn_rd()
/external/libunwind_llvm/src/
DRWMutex.hpp63 bool lock_shared() { return pthread_rwlock_rdlock(&_lock) == 0; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DRWMutex.cpp84 int errorcode = pthread_rwlock_rdlock(rwlock); in reader_acquire()
/external/llvm/lib/Support/
DRWMutex.cpp82 int errorcode = pthread_rwlock_rdlock(rwlock); in reader_acquire()
/external/swiftshader/third_party/LLVM/lib/Support/
DRWMutex.cpp104 int errorcode = pthread_rwlock_rdlock(rwlock); in reader_acquire()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/
D1-1.c83 if (pthread_rwlock_rdlock(&rwlock) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_trywrlock/
D1-1.c78 if (pthread_rwlock_rdlock(&rwlock) != 0) { in main()

12