Home
last modified time | relevance | path

Searched defs:semaphore_wrapper_try_wrapper (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/interprocess/sync/posix/
Dsemaphore_wrapper.hpp197 struct semaphore_wrapper_try_wrapper struct
199 explicit semaphore_wrapper_try_wrapper(sem_t *handle) in semaphore_wrapper_try_wrapper() function
203 void wait() in wait()
206 bool try_wait() in try_wait()
210 sem_t *m_handle;