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

1 2

  /external/webrtc/src/system_wrappers/source/
rw_lock_linux.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 130 int errorcode = pthread_rwlock_wrlock(rwlock);
  /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/chromium/sdch/open-vcdiff/src/
mutex.h 225 void Mutex::Lock() { SAFE_PTHREAD(pthread_rwlock_wrlock); }
  /bionic/libc/bionic/
pthread-rwlocks.c 257 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock) function
  /bionic/libc/include/
pthread.h 250 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
  /development/ndk/platforms/android-9/include/
pthread.h 252 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadingPthreads.cpp 324 int result = pthread_rwlock_wrlock(&m_readWriteLock);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
pthread.h 252 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
pthread.h 252 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
pthread.h 252 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
pthread.h 252 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
pthread.h 252 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
pthread.h 252 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
pthread.h 252 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
  /external/valgrind/unittest/
thread_wrappers_pthread.h 244 void Lock() { CHECK(0 == pthread_rwlock_wrlock(&mu_)); }
  /frameworks/base/include/utils/
threads.h 387 return -pthread_rwlock_wrlock(&mRWLock);

Completed in 2161 milliseconds

1 2