HomeSort by relevance Sort by last modified time
    Searched full:pthread_rwlock_trywrlock (Results 1 - 25 of 238) sorted by null

1 2 3 4 5 6 7 8 910

  /external/valgrind/main/drd/tests/
trylock.stderr.exp 3 Locking rwlock via pthread_rwlock_trywrlock().
trylock.c 34 fprintf(stderr, "Locking rwlock via pthread_rwlock_trywrlock().\n");
35 r = pthread_rwlock_trywrlock(&rwlock); assert(r == 0);
  /system/extras/tests/bionic/libc/common/
test_pthread_rwlock.c 187 TZERO(pthread_rwlock_trywrlock(lock));
192 TZERO(pthread_rwlock_trywrlock(lock));
196 TEXPECT_INT(pthread_rwlock_trywrlock(lock),EBUSY);
199 TZERO(pthread_rwlock_trywrlock(lock));
281 int ret = pthread_rwlock_trywrlock(s->rwlock);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_rwlock_trywrlock.c 2 * pthread_rwlock_trywrlock.c
43 pthread_rwlock_trywrlock (pthread_rwlock_t * rwlock) function
rwlock.c 51 #include "pthread_rwlock_trywrlock.c"
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 142 INTERCEPTOR(int, pthread_rwlock_trywrlock, pthread_rwlock_t *m) {
144 int res = REAL(pthread_rwlock_trywrlock)(m);
314 INTERCEPT_FUNCTION(pthread_rwlock_trywrlock);
  /external/chromium_org/native_client_sdk/src/libraries/pthread/
library.dsc 87 'pthread_rwlock_trywrlock.c',
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 640 pthread_rwlock_trywrlock
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 634 pthread_rwlock_trywrlock
  /development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt 637 pthread_rwlock_trywrlock
  /development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt 631 pthread_rwlock_trywrlock
  /development/ndk/platforms/android-17/arch-mips/symbols/
libc.so.functions.txt 635 pthread_rwlock_trywrlock
  /development/ndk/platforms/android-17/arch-x86/symbols/
libc.so.functions.txt 629 pthread_rwlock_trywrlock
  /development/ndk/platforms/android-18/arch-mips/symbols/
libc.so.functions.txt 632 pthread_rwlock_trywrlock
  /development/ndk/platforms/android-18/arch-x86/symbols/
libc.so.functions.txt 626 pthread_rwlock_trywrlock
  /development/ndk/platforms/android-19/arch-mips/symbols/
libc.so.functions.txt 641 pthread_rwlock_trywrlock
  /development/ndk/platforms/android-19/arch-x86/symbols/
libc.so.functions.txt 635 pthread_rwlock_trywrlock
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 655 pthread_rwlock_trywrlock
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 649 pthread_rwlock_trywrlock
  /development/ndk/platforms/android-L/arch-arm64/symbols/
libc.so.functions.txt 649 pthread_rwlock_trywrlock
  /development/ndk/platforms/android-L/arch-mips64/symbols/
libc.so.functions.txt 650 pthread_rwlock_trywrlock
  /development/ndk/platforms/android-L/arch-x86_64/symbols/
libc.so.functions.txt 649 pthread_rwlock_trywrlock
  /external/lldb/include/lldb/Host/
ProcessRunLock.h 85 if (::pthread_rwlock_trywrlock (&m_rwlock) == 0)
  /system/core/include/utils/
RWLock.h 114 return -pthread_rwlock_trywrlock(&mRWLock);
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/lib/
libc.so 

Completed in 334 milliseconds

1 2 3 4 5 6 7 8 910