HomeSort by relevance Sort by last modified time
    Searched defs:pthread_mutex_destroy (Results 1 - 6 of 6) sorted by null

  /external/webp/src/utils/
thread.c 92 static int pthread_mutex_destroy(pthread_mutex_t* const mutex) { function
232 pthread_mutex_destroy(&worker->impl_->mutex_);
240 pthread_mutex_destroy(&worker->impl_->mutex_);
276 pthread_mutex_destroy(&worker->impl_->mutex_);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_thread.h 90 static INLINE int pthread_mutex_destroy(pthread_mutex_t *const mutex) { function
  /external/libvpx/libvpx/vp9/common/
vp9_thread.h 89 static INLINE int pthread_mutex_destroy(pthread_mutex_t *const mutex) { function
  /bionic/libc/bionic/
pthread_mutex.cpp 639 int pthread_mutex_destroy(pthread_mutex_t* mutex_interface) { function
  /external/bison/lib/glthread/
lock.h 127 # pragma weak pthread_mutex_destroy macro
175 (pthread_in_use () ? pthread_mutex_destroy (LOCK) : 0)
294 (pthread_in_use () ? pthread_mutex_destroy (LOCK) : 0)
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h 1041 #define pthread_mutex_destroy macro
    [all...]

Completed in 429 milliseconds