Home
last modified time | relevance | path

Searched refs:lock_to_wait (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/interprocess/sync/spin/
Dsemaphore.hpp68 ipcdetail::lock_to_wait<spin_semaphore> lw(*this); in wait()
79 ipcdetail::lock_to_wait<spin_semaphore> lw(*this); in timed_wait()
/third_party/boost/boost/interprocess/sync/detail/
Dlocks.hpp89 class lock_to_wait class
94 BOOST_INTERPROCESS_FORCEINLINE explicit lock_to_wait(Lock &l) in lock_to_wait() function in boost::interprocess::ipcdetail::lock_to_wait
/third_party/boost/boost/interprocess/sync/
Dinterprocess_semaphore.hpp126 ipcdetail::lock_to_wait<internal_sem_t> ltw(m_sem); in wait()
/third_party/boost/boost/interprocess/sync/posix/
Dsemaphore_wrapper.hpp243 ipcdetail::lock_to_wait<semaphore_wrapper_try_wrapper> lw(swtw); in semaphore_timed_wait()