HomeSort by relevance Sort by last modified time
    Searched refs:semaphore_destroy (Results 1 - 10 of 10) sorted by null

  /external/valgrind/drd/
drd_semaphore.h 43 void DRD_(semaphore_destroy)(const Addr semaphore);
drd_clientreq.c 233 DRD_(semaphore_destroy)(arg[1]);
467 DRD_(semaphore_destroy)(arg[1]);
drd_semaphore.c 218 void DRD_(semaphore_destroy)(const Addr semaphore) function
  /external/skia/src/core/
SkSemaphore.cpp 18 ~OSSemaphore() { semaphore_destroy(mach_task_self(), fSemaphore); }
  /external/v8/src/base/platform/
semaphore.cc 32 kern_return_t result = semaphore_destroy(mach_task_self(), native_handle_);
  /external/libvpx/libvpx/vp8/common/
threading.h 171 #define sem_destroy(sem) semaphore_destroy(mach_task_self(),*sem)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
threading.h 171 #define sem_destroy(sem) semaphore_destroy(mach_task_self(),*sem)
  /external/valgrind/coregrind/m_syswrap/
priv_syswrap-darwin.h 616 DECL_TEMPLATE(darwin, semaphore_destroy);
syswrap-darwin.c     [all...]
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc 185 kernErr = semaphore_destroy(mach_task_self(), _renderSemaphore);
188 " semaphore_destroy() error: %d", kernErr);
191 kernErr = semaphore_destroy(mach_task_self(), _captureSemaphore);
194 " semaphore_destroy() error: %d", kernErr);
    [all...]

Completed in 957 milliseconds