Home
last modified time | relevance | path

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

/third_party/libusb/examples/
Ddpfp.c75 static inline void semaphore_destroy(semaphore_t semaphore) in semaphore_destroy() function
117 static inline void semaphore_destroy(semaphore_t semaphore) in semaphore_destroy() function
636 semaphore_destroy(exit_semaphore); in main()
662 semaphore_destroy(exit_semaphore); in main()
/third_party/boost/boost/interprocess/sync/posix/
Dsemaphore.hpp43 { semaphore_destroy(&m_sem); } in ~posix_semaphore()
Dsemaphore_wrapper.hpp155 inline void semaphore_destroy(sem_t *handle) in semaphore_destroy() function
/third_party/flutter/skia/src/core/
DSkSemaphore.cpp30 ~OSSemaphore() { semaphore_destroy(mach_task_self(), fSemaphore); } in ~OSSemaphore()
/third_party/libuv/src/unix/
Dthread.c463 if (semaphore_destroy(mach_task_self(), *sem)) in uv_sem_destroy()