Searched refs:semaphore_destroy (Results 1 – 9 of 9) sorted by relevance
43 void DRD_(semaphore_destroy)(const Addr semaphore);
233 DRD_(semaphore_destroy)(arg[1]); in handle_client_request() local467 DRD_(semaphore_destroy)(arg[1]); in handle_client_request() local
218 void DRD_(semaphore_destroy)(const Addr semaphore) in DRD_() argument
18 ~OSSemaphore() { semaphore_destroy(mach_task_self(), fSemaphore); } in ~OSSemaphore()
171 #define sem_destroy(sem) semaphore_destroy(mach_task_self(),*sem)
32 kern_return_t result = semaphore_destroy(mach_task_self(), native_handle_); in ~Semaphore()
616 DECL_TEMPLATE(darwin, semaphore_destroy);
6037 PRE(semaphore_destroy) in PRE() argument6057 AFTER = POST_FN(semaphore_destroy); in PRE()6060 POST(semaphore_destroy) in POST() argument7695 semaphore_destroy(mach_task_self(), tst->os_state.child_go); in POST()7696 semaphore_destroy(mach_task_self(), tst->os_state.child_done); in POST()8200 CALL_PRE(semaphore_destroy); in PRE()
185 kernErr = semaphore_destroy(mach_task_self(), _renderSemaphore); in ~AudioDeviceMac()191 kernErr = semaphore_destroy(mach_task_self(), _captureSemaphore); in ~AudioDeviceMac()