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

1 2 3 4 5 6 7 8 91011

  /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/chromium_org/third_party/webrtc/system_wrappers/source/
rw_lock_posix.cc 19 pthread_rwlock_destroy(&lock_);
  /external/compiler-rt/test/tsan/
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"
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 103 INTERCEPTOR(int, pthread_rwlock_destroy, pthread_rwlock_t *m) {
106 return REAL(pthread_rwlock_destroy)(m);
309 INTERCEPT_FUNCTION(pthread_rwlock_destroy);
  /external/chromium_org/native_client_sdk/src/libraries/pthread/
library.dsc 81 'pthread_rwlock_destroy.c',
  /external/valgrind/main/drd/
drd_clientreq.h 204 /* To notify the drd tool of a pthread_rwlock_destroy call. */
207 /* To notify the drd tool of a pthread_rwlock_destroy call. */
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 634 pthread_rwlock_destroy
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 628 pthread_rwlock_destroy
  /development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt 631 pthread_rwlock_destroy
  /development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt 625 pthread_rwlock_destroy
  /development/ndk/platforms/android-17/arch-mips/symbols/
libc.so.functions.txt 629 pthread_rwlock_destroy
  /development/ndk/platforms/android-17/arch-x86/symbols/
libc.so.functions.txt 623 pthread_rwlock_destroy
  /development/ndk/platforms/android-18/arch-mips/symbols/
libc.so.functions.txt 626 pthread_rwlock_destroy
  /development/ndk/platforms/android-18/arch-x86/symbols/
libc.so.functions.txt 620 pthread_rwlock_destroy

Completed in 839 milliseconds

1 2 3 4 5 6 7 8 91011