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

1 2 3 4 56 7 8 91011>>

  /device/google/marlin/camera/QCamera2/stack/common/
cam_queue.h 132 pthread_mutex_destroy(&queue->lock);
cam_semaphore.h 102 pthread_mutex_destroy(&(s->mutex));
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_queue.c 58 pthread_mutex_destroy(&queue->m_lock);
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_queue.h 128 pthread_mutex_destroy(&queue->lock);
cam_semaphore.h 102 pthread_mutex_destroy(&(s->mutex));
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_queue.c 57 pthread_mutex_destroy(&queue->m_lock);
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_queue.h 128 pthread_mutex_destroy(&queue->lock);
cam_semaphore.h 102 pthread_mutex_destroy(&(s->mutex));
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_queue.c 57 pthread_mutex_destroy(&queue->m_lock);
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
Pthreads.c 77 return pthread_mutex_destroy ((pthread_mutex_t *)Mutex);
  /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/deqp/framework/delibs/dethread/unix/
deMutexUnix.c 92 pthread_mutex_destroy(pMutex);
  /external/dng_sdk/source/
dng_mutex.cpp 128 pthread_mutex_destroy (&fPthreadMutex);
  /external/fio/
helper_thread.c 20 pthread_mutex_destroy(&helper_data->lock);
  /external/google-breakpad/src/common/android/testing/
pthread_fixes.h 86 pthread_mutex_destroy(&barrier->mutex);
  /external/harfbuzz_ng/src/
hb-mutex-private.hh 74 #define hb_mutex_impl_finish(M) pthread_mutex_destroy (M)
  /external/libavc/common/
ithread.c 101 return pthread_mutex_destroy((pthread_mutex_t *) mutex);
  /external/libevent/
evthread_pthread.c 62 pthread_mutex_destroy(lock);
  /external/libmpeg2/common/
ithread.c 99 return pthread_mutex_destroy((pthread_mutex_t *) mutex);
  /external/ltp/testcases/open_posix_testsuite/Documentation/
COVERAGE.threads 41 pthread_mutex_destroy YES HIGH
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
assertions.xml 96 int pthread_mutex_destroy(pthread_mutex_t *);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
1-1.c 57 pthread_mutex_destroy(&mutex);
  /external/mesa3d/src/intel/vulkan/tests/
block_pool_no_free.c 137 pthread_mutex_destroy(&device.mutex);
state_pool_no_free.c 110 pthread_mutex_destroy(&device.mutex);

Completed in 1448 milliseconds

1 2 3 4 56 7 8 91011>>