Searched refs:lock_inverter (Results 1 – 3 of 3) sorted by relevance
121 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()
58 class lock_inverter class62 BOOST_INTERPROCESS_FORCEINLINE lock_inverter(Lock &l) in lock_inverter() function in boost::interprocess::ipcdetail::lock_inverter
267 lock_inverter<Lock> inverted_lock(lock); in wait()268 scoped_lock<lock_inverter<Lock> > external_unlock(inverted_lock); in wait()