HomeSort by relevance Sort by last modified time
    Searched refs:pthread_rwlock_wrlock (Results 1 - 25 of 28) sorted by null

1 2

  /bionic/libc/upstream-netbsd/android/include/
reentrant.h 38 #define rwlock_wrlock pthread_rwlock_wrlock
  /external/compiler-rt/test/tsan/
bench_rwmutex.cc 17 pthread_rwlock_wrlock(&mtx);
deadlock_detector_stress_test.cc 92 void lock() { assert(0 == pthread_rwlock_wrlock(&mu_)); }
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
rw_lock_posix.cc 36 pthread_rwlock_wrlock(&lock_);
  /external/lldb/include/lldb/Host/
ProcessRunLock.h 74 ::pthread_rwlock_wrlock (&m_rwlock);
98 ::pthread_rwlock_wrlock (&m_rwlock);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_rwlock_wrlock.c 2 * pthread_rwlock_wrlock.c
43 pthread_rwlock_wrlock (pthread_rwlock_t * rwlock) function
Makefile 159 pthread_rwlock_wrlock.obj \
329 pthread_rwlock_wrlock.c \
  /external/llvm/lib/Support/
RWMutex.cpp 102 int errorcode = pthread_rwlock_wrlock(rwlock);
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 134 INTERCEPTOR(int, pthread_rwlock_wrlock, pthread_rwlock_t *m) {
137 int res = REAL(pthread_rwlock_wrlock)(m);
313 INTERCEPT_FUNCTION(pthread_rwlock_wrlock);
  /bionic/libc/bionic/
pthread_rwlock.cpp 220 int pthread_rwlock_wrlock(pthread_rwlock_t* rwlock) { function
  /external/ceres-solver/internal/ceres/
mutex.h 238 void Mutex::Lock() { CERES_SAFE_PTHREAD(pthread_rwlock_wrlock); }
  /external/chromium_org/third_party/re2/util/
mutex.h 114 void Mutex::Lock() { SAFE_PTHREAD(pthread_rwlock_wrlock(&mutex_)); }
  /bionic/tests/
pthread_test.cpp 640 ASSERT_EQ(0, pthread_rwlock_wrlock(&l));
657 ASSERT_EQ(0, pthread_rwlock_wrlock(&l));
662 ASSERT_EQ(0, pthread_rwlock_wrlock(&l));
667 ASSERT_EQ(0, pthread_rwlock_wrlock(&l));
668 ASSERT_EQ(EDEADLK, pthread_rwlock_wrlock(&l));
  /bionic/libc/include/
pthread.h 229 int pthread_rwlock_wrlock(pthread_rwlock_t*) __nonnull((1));
  /development/ndk/platforms/android-9/include/
pthread.h 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
  /development/ndk/platforms/android-L/include/
pthread.h 227 int pthread_rwlock_wrlock(pthread_rwlock_t*) __nonnull((1));
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
simple_mutex.h 249 void Mutex::Lock() { SAFE_PTHREAD(pthread_rwlock_wrlock); }
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
simple_mutex.h 249 void Mutex::Lock() { SAFE_PTHREAD(pthread_rwlock_wrlock); }
  /external/fio/
mutex.c 178 pthread_rwlock_wrlock(&lock->lock);
  /external/bison/lib/glthread/
lock.h 130 # pragma weak pthread_rwlock_wrlock macro
195 (pthread_in_use () ? pthread_rwlock_wrlock (LOCK) : 0)
    [all...]
lock.c 98 return pthread_rwlock_wrlock (&lock->rwlock);
  /external/libunwind/include/
libunwind_i.h 205 __lock_acquire_internal(l, m, pthread_rwlock_wrlock)
  /external/libcxxabi/src/Unwind/
UnwindCursor.hpp 114 _LIBUNWIND_LOG_NON_ZERO(::pthread_rwlock_wrlock(&_lock));
143 _LIBUNWIND_LOG_NON_ZERO(::pthread_rwlock_wrlock(&_lock));
166 _LIBUNWIND_LOG_NON_ZERO(::pthread_rwlock_wrlock(&_lock));
    [all...]
  /development/ndk/sources/android/libportable/arch-mips/
pthread.c 239 PTHREAD_WRAPPER(pthread_rwlock_wrlock, (pthread_rwlock_t *rwlock), (rwlock), "(rwlock:%p)");
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc 143 CHECK_EQ(pthread_rwlock_wrlock((pthread_rwlock_t*)mtx_), 0);

Completed in 424 milliseconds

1 2