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

1 2

  /bionic/libc/upstream-netbsd/
reentrant.h 36 #define rwlock_wrlock pthread_rwlock_wrlock
  /external/webrtc/src/system_wrappers/source/
rw_lock_posix.cc 30 pthread_rwlock_wrlock(&_lock);
  /external/valgrind/main/drd/tests/
trylock.stderr.exp 2 Locking rwlock via pthread_rwlock_wrlock().
10 at 0x........: pthread_rwlock_wrlock (drd_pthread_intercepts.c:?)
trylock.c 31 fprintf(stderr, "Locking rwlock via pthread_rwlock_wrlock().\n");
32 r = pthread_rwlock_wrlock(&rwlock); assert(r == 0);
58 r = pthread_rwlock_wrlock(&rwlock); assert(r == 0);
59 r = pthread_rwlock_wrlock(&rwlock); assert(r != 0);
hold_lock.c 61 pthread_rwlock_wrlock(&rwlock);
hold_lock_1.stderr.exp 15 at 0x........: pthread_rwlock_wrlock (drd_pthread_intercepts.c:?)
rwlock_test.c 38 r = pthread_rwlock_wrlock(&s_rwlock);
  /external/valgrind/main/helgrind/tests/
tc12_rwl_trivial.c 26 r = pthread_rwlock_wrlock( &rwl ); assert(r == 0);
tc20_verifywrap.c 183 pthread_rwlock_wrlock and pthread_rwlock_unlock by making
190 r= pthread_rwlock_wrlock( &rwl2 ); assert(!r);
  /external/llvm/lib/Support/
RWMutex.cpp 102 int errorcode = pthread_rwlock_wrlock(rwlock);
  /frameworks/native/include/utils/
RWLock.h 111 return -pthread_rwlock_wrlock(&mRWLock);
  /hardware/ti/omap4xxx/
heaptracker.c 188 pthread_rwlock_wrlock(&lock);
203 pthread_rwlock_wrlock(&lock);
315 pthread_rwlock_wrlock(&backlog_lock);
323 pthread_rwlock_wrlock(&lock);
333 pthread_rwlock_wrlock(&backlog_lock);
  /system/extras/tests/bionic/libc/common/
test_pthread_rwlock.c 127 TZERO(pthread_rwlock_wrlock(lock));
266 TZERO(pthread_rwlock_wrlock(s->rwlock));
  /external/ceres-solver/internal/ceres/
mutex.h 232 void Mutex::Lock() { CERES_SAFE_PTHREAD(pthread_rwlock_wrlock); }
  /external/chromium/sdch/open-vcdiff/src/
mutex.h 225 void Mutex::Lock() { SAFE_PTHREAD(pthread_rwlock_wrlock); }
  /external/regex-re2/util/
mutex.h 110 void Mutex::Lock() { SAFE_PTHREAD(pthread_rwlock_wrlock(&mutex_)); }
  /bionic/libc/bionic/
pthread-rwlocks.c 249 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock) function
  /bionic/libc/include/
pthread.h 254 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
  /development/ndk/platforms/android-9/include/
pthread.h 256 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
  /external/open-vcdiff/gflags/src/
mutex.h 263 void Mutex::Lock() { SAFE_PTHREAD(pthread_rwlock_wrlock); }
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadingPthreads.cpp 324 int result = pthread_rwlock_wrlock(&m_readWriteLock);
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.cpp 81 pthread_rwlock_wrlock(lock);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
pthread.h 252 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
pthread.h 252 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
pthread.h 252 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);

Completed in 504 milliseconds

1 2