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

1 2 3 4

  /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);
rwlock_race.c 51 pthread_rwlock_destroy(&s_rwlock);
hold_lock.c 64 pthread_rwlock_destroy(&rwlock);
74 pthread_rwlock_destroy(&rwlock);
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/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));
  /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/llvm/lib/Support/
RWMutex.cpp 72 pthread_rwlock_destroy(rwlock);
  /system/core/include/utils/
RWLock.h 102 pthread_rwlock_destroy(&mRWLock);
  /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/ceres-solver/internal/ceres/
mutex.h 237 Mutex::~Mutex() { CERES_SAFE_PTHREAD(pthread_rwlock_destroy); }
  /external/dng_sdk/source/
dng_pthread.h 227 #define pthread_rwlock_destroy dng_pthread_rwlock_destroy macro
  /external/regex-re2/util/
mutex.h 109 Mutex::~Mutex() { SAFE_PTHREAD(pthread_rwlock_destroy(&mutex_)); }
  /bionic/libc/include/
pthread.h 221 int pthread_rwlock_destroy(pthread_rwlock_t*) __nonnull((1));
  /development/ndk/platforms/android-21/include/
pthread.h 221 int pthread_rwlock_destroy(pthread_rwlock_t*) __nonnull((1));
  /development/ndk/platforms/android-9/include/
pthread.h 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
pthread.h 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
pthread.h 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
pthread.h 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock);

Completed in 1130 milliseconds

1 2 3 4