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

  /external/valgrind/main/drd/
drd_semaphore.h 43 void DRD_(semaphore_destroy)(const Addr semaphore);
drd_semaphore.c 218 void DRD_(semaphore_destroy)(const Addr semaphore) function
drd_clientreq.c 434 DRD_(semaphore_destroy)(arg[1]);
  /external/libvpx/libvpx/vp8/common/
threading.h 167 #define sem_destroy(sem) semaphore_destroy(mach_task_self(),*sem)
  /external/chromium_org/v8/src/
platform-macos.cc 408 r = semaphore_destroy(mach_task_self(), semaphore_);
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-darwin.h 520 DECL_TEMPLATE(darwin, semaphore_destroy);
syswrap-darwin.c     [all...]
  /external/v8/src/
platform-macos.cc 699 semaphore_destroy(mach_task_self(), semaphore_);

Completed in 1412 milliseconds