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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/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/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);
filter_stderr_solaris 45 'rwlock_destroy' => 'pthread_rwlock_destroy',
trylock.c 61 r = pthread_rwlock_destroy(&rwlock); assert(r == 0);
  /external/compiler-rt/test/tsan/
write_in_reader_lock.cc 28 pthread_rwlock_destroy(&rwlock);
mutexset6.cc 52 pthread_rwlock_destroy(&mtx3);
real_deadlock_detector_stress_test.cc 146 if ((err = pthread_rwlock_destroy(&m->m))) {
147 fprintf(stderr, "pthread_rwlock_destroy failed with %d\n", err);
  /external/webrtc/webrtc/system_wrappers/source/
rw_lock_posix.cc 19 pthread_rwlock_destroy(&lock_);
  /external/valgrind/helgrind/tests/
tc12_rwl_trivial.c 36 r = pthread_rwlock_destroy( &rwl ); assert(r == 0);
  /bionic/benchmarks/
pthread_benchmark.cpp 107 pthread_rwlock_destroy(&lock);
120 pthread_rwlock_destroy(&lock);
  /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/boringssl/src/crypto/
thread_pthread.c 56 pthread_rwlock_destroy((pthread_rwlock_t *) lock);
  /external/valgrind/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-arm/symbols/
libc.so.functions.txt 520 pthread_rwlock_destroy
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 503 pthread_rwlock_destroy
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 500 pthread_rwlock_destroy
  /development/ndk/platforms/android-14/arch-arm/symbols/
libc.so.functions.txt 520 pthread_rwlock_destroy
  /development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt 503 pthread_rwlock_destroy
  /development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt 500 pthread_rwlock_destroy
  /development/ndk/platforms/android-16/arch-arm/symbols/
libc.so.functions.txt 521 pthread_rwlock_destroy
  /development/ndk/platforms/android-16/arch-mips/symbols/
libc.so.functions.txt 504 pthread_rwlock_destroy
  /development/ndk/platforms/android-16/arch-x86/symbols/
libc.so.functions.txt 501 pthread_rwlock_destroy

Completed in 1503 milliseconds

1 2 3 4 5 6 7 8 91011>>