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

1 2 3 4 5 6

  /external/valgrind/main/none/tests/
pth_rwlock.c 24 if ((e = pthread_rwlock_destroy(locks + n)) != 0) {
25 fprintf(stderr, "pthread_rwlock_destroy[%d]: %s\n", n, strerror(e));
  /ndk/tests/build/pthread-rwlock-initializer/jni/
test_pthread_rwlock_initializer.c 17 pthread_rwlock_destroy(&lock);
  /external/valgrind/main/drd/tests/
rwlock_type_checking.c 31 pthread_rwlock_destroy(&posix_rwlock);
hold_lock.c 64 pthread_rwlock_destroy(&rwlock);
74 pthread_rwlock_destroy(&rwlock);
rwlock_race.c 51 pthread_rwlock_destroy(&s_rwlock);
trylock.c 61 r = pthread_rwlock_destroy(&rwlock); assert(r == 0);
  /external/compiler-rt/lib/tsan/lit_tests/
write_in_reader_lock.cc 27 pthread_rwlock_destroy(&rwlock);
mutexset6.cc 52 pthread_rwlock_destroy(&mtx3);
  /external/webrtc/src/system_wrappers/source/
rw_lock_posix.cc 20 pthread_rwlock_destroy(&_lock);
  /system/extras/tests/bionic/libc/common/
test_pthread_rwlock.c 118 TZERO(pthread_rwlock_destroy(lock));
129 TZERO(pthread_rwlock_destroy(lock));
172 TZERO(pthread_rwlock_destroy(lock));
179 TZERO(pthread_rwlock_destroy(lock));
189 TZERO(pthread_rwlock_destroy(lock));
203 TZERO(pthread_rwlock_destroy(lock));
  /external/valgrind/main/helgrind/tests/
tc12_rwl_trivial.c 37 r = pthread_rwlock_destroy( &rwl ); assert(r == 0);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_rwlock_destroy.c 2 * pthread_rwlock_destroy.c
43 pthread_rwlock_destroy (pthread_rwlock_t * rwlock) function
rwlock.c 40 #include "pthread_rwlock_destroy.c"
Makefile 153 pthread_rwlock_destroy.obj \
322 pthread_rwlock_destroy.c \
  /external/chromium_org/native_client_sdk/src/libraries/pthread/
library.dsc 81 'pthread_rwlock_destroy.c',
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 649 pthread_rwlock_destroy
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 643 pthread_rwlock_destroy
  /external/llvm/lib/Support/
RWMutex.cpp 72 pthread_rwlock_destroy(rwlock);
  /system/core/include/utils/
RWLock.h 102 pthread_rwlock_destroy(&mRWLock);
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/
libc.so 
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/lib/
libc.so 

Completed in 104 milliseconds

1 2 3 4 5 6