HomeSort by relevance Sort by last modified time
    Searched full:pthread_mutex_destroy (Results 101 - 125 of 1316) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/skia/src/utils/
SkThreadUtils_pthread.cpp 21 pthread_mutex_destroy(&fConditionMutex);
  /external/stressapptest/src/
queue.cc 41 pthread_mutex_destroy(&q_mutex_);
  /external/swiftshader/src/Common/
MutexLock.hpp 37 pthread_mutex_destroy(&mutex);
  /external/v8/src/base/platform/
mutex.cc 50 int result = pthread_mutex_destroy(mutex);
  /external/webp/src/utils/
thread_utils.c 125 static int pthread_mutex_destroy(pthread_mutex_t* const mutex) { function
279 pthread_mutex_destroy(&worker->impl_->mutex_);
287 pthread_mutex_destroy(&worker->impl_->mutex_);
323 pthread_mutex_destroy(&worker->impl_->mutex_);
  /hardware/qcom/display/msm8960/libgralloc/
gr.h 74 inline ~Locker() { pthread_mutex_destroy(&mutex); }
  /hardware/qcom/gps/msm8909/utils/
LocSharedLock.h 45 inline ~LocSharedLock() { pthread_mutex_destroy(&mMutex); }
  /hardware/qcom/gps/msm8996/utils/
LocSharedLock.h 45 inline ~LocSharedLock() { pthread_mutex_destroy(&mMutex); }
  /hardware/qcom/gps/msm8998/utils/
LocSharedLock.h 45 inline ~LocSharedLock() { pthread_mutex_destroy(&mMutex); }
  /hardware/qcom/gps/sdm845/utils/
LocSharedLock.h 45 inline ~LocSharedLock() { pthread_mutex_destroy(&mMutex); }
  /packages/apps/Nfc/nci/jni/
Mutex.cpp 60 int res = pthread_mutex_destroy (&mMutex);
  /system/core/libcutils/include/cutils/
threads.h 101 pthread_mutex_destroy(lock);
  /system/nfc/halimpl/bcm2079x/adaptation/
Mutex.cpp 58 int res = pthread_mutex_destroy(&mMutex);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stoptheworld_test.cc 87 pthread_mutex_destroy(&incrementer_thread_exit_mutex);
189 pthread_mutex_destroy(&advanced_incrementer_thread_exit_mutex);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
2-2.c 194 ret = pthread_mutex_destroy(&mtx);
205 ret = pthread_mutex_destroy(&mtx);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/
2-1.c 80 if (pthread_mutex_destroy(&mutex) != 0) {
81 perror("Error in pthread_mutex_destroy().\n");
  /external/ltp/testcases/realtime/func/pi-tests/
testpi-1.c 216 pthread_mutex_destroy(&glob_mutex);
217 pthread_mutex_destroy(&cond_mutex);
testpi-2.c 217 pthread_mutex_destroy(&glob_mutex);
218 pthread_mutex_destroy(&cond_mutex);
testpi-4.c 220 pthread_mutex_destroy(glob_mutex);
221 pthread_mutex_destroy(&cond_mutex);
  /external/valgrind/drd/tests/
circular_buffer.c 153 pthread_mutex_destroy(&b->mutex_in);
154 pthread_mutex_destroy(&b->mutex_out);
  /hardware/qcom/gps/msm8084/utils/
loc_timer.c 104 pthread_mutex_destroy(&t->timer_mutex);
165 pthread_mutex_destroy(&t->timer_mutex);
  /system/nfc/halimpl/pn54x/tml/
phDal4Nfc_messageQueueLib.c 94 pthread_mutex_destroy(&pQueue->nCriticalSectionMutex);
139 pthread_mutex_destroy(&pQueue->nCriticalSectionMutex);
  /external/libcxx/include/
__threading_support 223 pthread_mutex_destroy(__m);
246 return pthread_mutex_destroy(__m);
266 return pthread_mutex_destroy(__m);
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
__threading_support 223 pthread_mutex_destroy(__m);
246 return pthread_mutex_destroy(__m);
266 return pthread_mutex_destroy(__m);
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
__threading_support 223 pthread_mutex_destroy(__m);
246 return pthread_mutex_destroy(__m);
266 return pthread_mutex_destroy(__m);

Completed in 491 milliseconds

1 2 3 45 6 7 8 91011>>