Home
last modified time | relevance | path

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

123

/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/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()
D1-1.c89 if (pthread_rwlock_wrlock(&rwlock) != 0) { in fn_rd()
/external/boringssl/src/crypto/
Dthread_pthread.c43 if (pthread_rwlock_wrlock((pthread_rwlock_t *) lock) != 0) { in CRYPTO_MUTEX_lock_write()
71 if (pthread_rwlock_wrlock(&lock->lock) != 0) { in CRYPTO_STATIC_MUTEX_lock_write()
/external/compiler-rt/test/tsan/
Dbench_rwmutex.cc20 pthread_rwlock_wrlock(&mtx); in bench()
/external/webrtc/webrtc/system_wrappers/source/
Drw_lock_posix.cc36 pthread_rwlock_wrlock(&lock_); in AcquireLockExclusive()
/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/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/libunwind_llvm/src/
DRWMutex.hpp65 bool lock() { return pthread_rwlock_wrlock(&_lock) == 0; }
/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_timedwrlock/
D2-1.c104 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
D6-1.c119 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
D2-1.c100 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DRWMutex.cpp104 int errorcode = pthread_rwlock_wrlock(rwlock); in writer_acquire()
/external/llvm/lib/Support/
DRWMutex.cpp102 int errorcode = pthread_rwlock_wrlock(rwlock); in writer_acquire()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
D1-1.c130 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
D4-1.c100 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_tryrdlock/
D1-1.c149 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/
D2-1.c184 if ((pthread_rwlock_wrlock(&(rwlock_data->rwl))) != 0) { in main()

123