HomeSort by relevance Sort by last modified time
    Searched refs:pthread_mutex_destroy (Results 76 - 100 of 272) sorted by null

1 2 34 5 6 7 8 91011

  /external/swiftshader/src/System/
Thread.cpp 88 pthread_mutex_destroy(&mutex);
  /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/stress/threads/pthread_mutex_lock/
s-c1.c 299 ret = pthread_mutex_destroy(&mtx[i]);
310 ret = pthread_mutex_destroy(&m);
  /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);
sbrk_mutex.c 145 if ((ret = pthread_mutex_destroy(mutexes[m])))
146 perror("pthread_mutex_destroy() failed\n");
  /device/google/cuttlefish_common/common/libs/threads/
cuttlefish_thread.h 45 pthread_mutex_destroy(&mutex_);
  /device/google/marlin/camera/QCamera2/stack/common/
cam_queue.h 132 pthread_mutex_destroy(&queue->lock);
  /external/compiler-rt/lib/tsan/benchmarks/
vts_many_threads_bench.cc 34 ~Mutex() { pthread_mutex_destroy(&m_); }
  /external/curl/docs/examples/
threaded-ssl.c 90 pthread_mutex_destroy(&(lockarray[i]));
  /external/curl/lib/vtls/
polarssl_threadlock.c 86 ret = pthread_mutex_destroy(&mutex_buf[i]);
88 return 0; /* pthread_mutex_destroy failed */
  /external/grpc-grpc/src/core/lib/gpr/
sync_posix.cc 40 void gpr_mu_destroy(gpr_mu* mu) { GPR_ASSERT(pthread_mutex_destroy(mu) == 0); }
  /external/libhevc/common/
ithread.c 91 return pthread_mutex_destroy((pthread_mutex_t *)mutex);
  /external/llvm/lib/Support/
Mutex.cpp 79 pthread_mutex_destroy(mutex);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
5-2.c 189 ret = pthread_mutex_destroy(&mtx);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/
2-1.c 79 if (pthread_mutex_destroy(&mutex) != 0) {
80 perror("Error in pthread_mutex_destroy().\n");
  /external/mesa3d/src/intel/vulkan/tests/
state_pool_no_free.c 110 pthread_mutex_destroy(&device.mutex);
  /external/mesa3d/src/vulkan/util/
vk_debug_report.c 42 pthread_mutex_destroy(&instance->callbacks_mutex);
  /external/swiftshader/third_party/LLVM/lib/Support/
Mutex.cpp 104 pthread_mutex_destroy(mutex);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Mutex.cpp 81 pthread_mutex_destroy(mutex);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Mutex.cpp 79 pthread_mutex_destroy(mutex);
  /external/webp/src/utils/
thread_utils.c 125 static int pthread_mutex_destroy(pthread_mutex_t* const mutex) { function
281 pthread_mutex_destroy(&impl->mutex_);
289 pthread_mutex_destroy(&impl->mutex_);
326 pthread_mutex_destroy(&impl->mutex_);
  /external/webrtc/webrtc/base/
event.cc 64 pthread_mutex_destroy(&event_mutex_);
  /external/libaom/libaom/aom_util/
aom_thread.c 136 pthread_mutex_destroy(&worker->impl_->mutex_);
144 pthread_mutex_destroy(&worker->impl_->mutex_);
180 pthread_mutex_destroy(&worker->impl_->mutex_);

Completed in 593 milliseconds

1 2 34 5 6 7 8 91011