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

1 2 3 4 5 67 8 91011>>

  /external/mesa3d/src/vulkan/wsi/
wsi_common_queue.h 85 pthread_mutex_destroy(&queue->mutex);
  /external/valgrind/drd/tests/
trylock.c 75 r = pthread_mutex_destroy(&mutex);
  /external/webrtc/webrtc/base/
criticalsection.cc 35 pthread_mutex_destroy(&mutex_);
event.cc 64 pthread_mutex_destroy(&event_mutex_);
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
mlos_linux.c 157 error = pthread_mutex_destroy(pm);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
mlos_linux.c 157 error = pthread_mutex_destroy(pm);
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
cam_queue.h 132 pthread_mutex_destroy(&queue->lock);
cam_semaphore.h 102 pthread_mutex_destroy(&(s->mutex));
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_queue.c 58 pthread_mutex_destroy(&queue->m_lock);
  /hardware/qcom/display/msm8084/libgralloc/
gr.h 91 pthread_mutex_destroy(&mutex);
  /hardware/qcom/display/msm8226/libgralloc/
gr.h 91 pthread_mutex_destroy(&mutex);
  /hardware/qcom/display/msm8909/libgralloc/
gr.h 91 pthread_mutex_destroy(&mutex);
  /hardware/qcom/display/msm8996/sdm/include/utils/
locker.h 133 pthread_mutex_destroy(&mutex_);
  /hardware/qcom/display/msm8998/sdm/include/utils/
locker.h 133 pthread_mutex_destroy(&mutex_);
  /hardware/qcom/display/sdm845/sdm/include/utils/
locker.h 133 pthread_mutex_destroy(&mutex_);
  /packages/services/BuiltInPrintService/jni/lib/
wprint_msgq.c 89 pthread_mutex_destroy(&(msgq->mutex));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread_unistd.h 56 pthread_mutex_destroy(),
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
mutex.h 83 ~posix_mutex() { pthread_mutex_destroy(&mutex_); }
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
s-c1.c 307 ret = pthread_mutex_destroy(&mtx[i]);
318 ret = pthread_mutex_destroy(&m);
  /external/valgrind/drd/
drd_clientreq.h 91 /* to notify the drd tool of a pthread_mutex_destroy call. */
94 /* to notify the drd tool of a pthread_mutex_destroy call. */
  /external/valgrind/helgrind/tests/
tc17_sembar.c 63 pthread_mutex_destroy (&bar->mutex1);
64 pthread_mutex_destroy (&bar->mutex2);
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_swvdec_utils.cpp 103 pthread_mutex_destroy(&m_mutex);
185 pthread_mutex_destroy(&m_mutex);
  /toolchain/binutils/binutils-2.25/gold/
gold-threads.cc 121 int err = pthread_mutex_destroy(&this->mutex_);
123 gold_fatal(_("pthread_mutex_destroy failed: %s"), strerror(err));
  /device/generic/goldfish-opengl/system/egl/
eglDisplay.cpp 78 pthread_mutex_destroy(&m_lock);
79 pthread_mutex_destroy(&m_ctxLock);
80 pthread_mutex_destroy(&m_surfaceLock);
  /system/nfc/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 353 pthread_mutex_destroy(&gki_cb.os.GKI_mutex);
354 /* pthread_mutex_destroy(&GKI_sched_mutex); */
356 pthread_mutex_destroy(&gki_cb.os.GKI_trace_mutex);
358 /* pthread_mutex_destroy(&thread_delay_mutex);
    [all...]

Completed in 356 milliseconds

1 2 3 4 5 67 8 91011>>