Home
last modified time | relevance | path

Searched refs:lock_inverter (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/interprocess/sync/detail/
Dcondition_any_algorithm.hpp121 lock_inverter<Lock> inverted_lock(lock); in do_wait()
122 scoped_lock<lock_inverter<Lock> > external_unlock(inverted_lock); in do_wait()
140 lock_inverter<Lock> inverted_lock(lock); in do_timed_wait()
141 scoped_lock<lock_inverter<Lock> > external_unlock(inverted_lock); in do_timed_wait()
Dlocks.hpp58 class lock_inverter class
62 BOOST_INTERPROCESS_FORCEINLINE lock_inverter(Lock &l) in lock_inverter() function in boost::interprocess::ipcdetail::lock_inverter
Dcondition_algorithm_8a.hpp267 lock_inverter<Lock> inverted_lock(lock); in wait()
268 scoped_lock<lock_inverter<Lock> > external_unlock(inverted_lock); in wait()