Searched refs:semaphore_destroy (Results 1 – 5 of 5) sorted by relevance
75 static inline void semaphore_destroy(semaphore_t semaphore) in semaphore_destroy() function117 static inline void semaphore_destroy(semaphore_t semaphore) in semaphore_destroy() function636 semaphore_destroy(exit_semaphore); in main()662 semaphore_destroy(exit_semaphore); in main()
43 { semaphore_destroy(&m_sem); } in ~posix_semaphore()
155 inline void semaphore_destroy(sem_t *handle) in semaphore_destroy() function
30 ~OSSemaphore() { semaphore_destroy(mach_task_self(), fSemaphore); } in ~OSSemaphore()
463 if (semaphore_destroy(mach_task_self(), *sem)) in uv_sem_destroy()