Home
last modified time | relevance | path

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

12

/external/valgrind/drd/tests/
Dtrylock.c32 r = pthread_rwlock_wrlock(&rwlock); assert(r == 0); in main()
58 r = pthread_rwlock_wrlock(&rwlock); assert(r == 0); in main()
59 r = pthread_rwlock_wrlock(&rwlock); assert(r != 0); in main()
Dtrylock.stderr.exp2 Locking rwlock via pthread_rwlock_wrlock().
10 at 0x........: pthread_rwlock_wrlock (drd_pthread_intercepts.c:?)
Dhold_lock.c61 pthread_rwlock_wrlock(&rwlock); in main()
Dhold_lock_1.stderr.exp15 at 0x........: pthread_rwlock_wrlock (drd_pthread_intercepts.c:?)
Drwlock_test.c38 r = pthread_rwlock_wrlock(&s_rwlock); in thread_func()
Dtsan_thread_wrappers_pthread.h303 void Lock() { CHECK(0 == pthread_rwlock_wrlock(&mu_)); } in Lock()
/external/lldb/include/lldb/Host/
DProcessRunLock.h74 ::pthread_rwlock_wrlock (&m_rwlock); in SetRunning()
98 ::pthread_rwlock_wrlock (&m_rwlock); in SetStopped()
/external/boringssl/src/crypto/
Dthread_pthread.c43 if (pthread_rwlock_wrlock((pthread_rwlock_t *) lock) != 0) { in CRYPTO_MUTEX_lock_write()
65 if (pthread_rwlock_wrlock(&lock->lock) != 0) { in CRYPTO_STATIC_MUTEX_lock_write()
/external/compiler-rt/test/tsan/
Dbench_rwmutex.cc17 pthread_rwlock_wrlock(&mtx); in bench()
Dreal_deadlock_detector_stress_test.cc86 if ((err = pthread_rwlock_wrlock(&m->m))) { in Thread()
Ddeadlock_detector_stress_test.cc89 void lock() { assert(0 == pthread_rwlock_wrlock(&mu_)); } in lock()
/external/webrtc/src/system_wrappers/source/
Drw_lock_posix.cc30 pthread_rwlock_wrlock(&_lock); in AcquireLockExclusive()
/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc134 INTERCEPTOR(int, pthread_rwlock_wrlock, pthread_rwlock_t *m) { in INTERCEPTOR() argument
137 int res = REAL(pthread_rwlock_wrlock)(m); in INTERCEPTOR()
313 INTERCEPT_FUNCTION(pthread_rwlock_wrlock); in InitializeInterceptors()
/external/valgrind/helgrind/tests/
Dtc12_rwl_trivial.c26 r = pthread_rwlock_wrlock( &rwl ); assert(r == 0); in main()
Dtc20_verifywrap.c190 r= pthread_rwlock_wrlock( &rwl2 ); assert(!r); in main()
/external/llvm/lib/Support/
DRWMutex.cpp102 int errorcode = pthread_rwlock_wrlock(rwlock); in writer_acquire()
/external/valgrind/
Ddarwin9.supp286 # by 0x2300B8: pthread_rwlock_wrlock$UNIX2003 (in /usr/lib/libSystem.B.dylib)
287 # by 0x18F41: pthread_rwlock_wrlock* (hg_intercepts.c:1177)
/external/regex-re2/util/
Dmutex.h110 void Mutex::Lock() { SAFE_PTHREAD(pthread_rwlock_wrlock(&mutex_)); } in Lock()
/external/ceres-solver/internal/ceres/
Dmutex.h238 void Mutex::Lock() { CERES_SAFE_PTHREAD(pthread_rwlock_wrlock); } in Lock()
/external/fio/
Dmutex.c188 pthread_rwlock_wrlock(&lock->lock); in fio_rwlock_write()
/external/bison/lib/glthread/
Dlock.h130 # pragma weak pthread_rwlock_wrlock macro
195 (pthread_in_use () ? pthread_rwlock_wrlock (LOCK) : 0)
Dlock.c98 return pthread_rwlock_wrlock (&lock->rwlock); in glthread_rwlock_wrlock_multithreaded()
/external/libunwind/include/
Dlibunwind_i.h206 __lock_acquire_internal(l, m, pthread_rwlock_wrlock)
/external/libcxxabi/src/Unwind/
DUnwindCursor.hpp117 _LIBUNWIND_LOG_NON_ZERO(::pthread_rwlock_wrlock(&_lock)); in add()
146 _LIBUNWIND_LOG_NON_ZERO(::pthread_rwlock_wrlock(&_lock)); in removeAllIn()
169 _LIBUNWIND_LOG_NON_ZERO(::pthread_rwlock_wrlock(&_lock)); in iterateCacheEntries()
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_linux.cc143 CHECK_EQ(pthread_rwlock_wrlock((pthread_rwlock_t*)mtx_), 0); in Lock()

12