Home
last modified time | relevance | path

Searched refs:semaphore_destroy (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/drd/
Ddrd_semaphore.h43 void DRD_(semaphore_destroy)(const Addr semaphore);
Ddrd_clientreq.c233 DRD_(semaphore_destroy)(arg[1]); in handle_client_request() local
467 DRD_(semaphore_destroy)(arg[1]); in handle_client_request() local
Ddrd_semaphore.c218 void DRD_(semaphore_destroy)(const Addr semaphore) in DRD_() argument
/external/libvpx/libvpx/vp8/common/
Dthreading.h171 #define sem_destroy(sem) semaphore_destroy(mach_task_self(),*sem)
/external/v8/src/base/platform/
Dsemaphore.cc32 kern_return_t result = semaphore_destroy(mach_task_self(), native_handle_); in ~Semaphore()
/external/valgrind/coregrind/m_syswrap/
Dpriv_syswrap-darwin.h594 DECL_TEMPLATE(darwin, semaphore_destroy);
Dsyswrap-darwin.c5745 PRE(semaphore_destroy) in PRE() argument
5765 AFTER = POST_FN(semaphore_destroy); in PRE()
5768 POST(semaphore_destroy) in POST() argument
7356 semaphore_destroy(mach_task_self(), tst->os_state.child_go); in POST()
7357 semaphore_destroy(mach_task_self(), tst->os_state.child_done); in POST()
7851 CALL_PRE(semaphore_destroy); in PRE()