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

/external/valgrind/main/drd/
H A Ddrd_semaphore.h43 void DRD_(semaphore_destroy)(const Addr semaphore);
H A Ddrd_semaphore.c218 void DRD_(semaphore_destroy)(const Addr semaphore) function
H A Ddrd_clientreq.c434 DRD_(semaphore_destroy)(arg[1]);
/external/libvpx/libvpx/vp8/common/
H A Dthreading.h167 #define sem_destroy(sem) semaphore_destroy(mach_task_self(),*sem)
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_syswrap-darwin.h520 DECL_TEMPLATE(darwin, semaphore_destroy);
H A Dsyswrap-darwin.c5114 PRE(semaphore_destroy)
5129 PRINT("semaphore_destroy(%s, %s)",
5134 AFTER = POST_FN(semaphore_destroy);
5137 POST(semaphore_destroy)
6500 semaphore_destroy(mach_task_self(), tst->os_state.child_go);
6501 semaphore_destroy(mach_task_self(), tst->os_state.child_done);
6954 CALL_PRE(semaphore_destroy);
/external/v8/src/
H A Dplatform-macos.cc699 semaphore_destroy(mach_task_self(), semaphore_);

Completed in 3486 milliseconds