Home
last modified time | relevance | path

Searched refs:try_lock_upgradable (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/interprocess/sync/
Dnamed_upgradable_mutex.hpp154 bool try_lock_upgradable();
308 inline bool named_upgradable_mutex::try_lock_upgradable() in try_lock_upgradable() function in boost::interprocess::named_upgradable_mutex
309 { return this->mutex()->try_lock_upgradable(); } in try_lock_upgradable()
Dupgradable_lock.hpp102 { m_locked = mp_mutex->try_lock_upgradable(); } in upgradable_lock()
233 m_locked = mp_mutex->try_lock_upgradable(); in try_lock()
Dnull_mutex.hpp99 bool try_lock_upgradable() in try_lock_upgradable() function in boost::interprocess::null_mutex
Dinterprocess_upgradable_mutex.hpp128 bool try_lock_upgradable();
394 inline bool interprocess_upgradable_mutex::try_lock_upgradable() in try_lock_upgradable() function in boost::interprocess::interprocess_upgradable_mutex
/third_party/boost/boost/interprocess/sync/shm/
Dnamed_upgradable_mutex.hpp154 bool try_lock_upgradable();
302 inline bool named_upgradable_mutex::try_lock_upgradable() in try_lock_upgradable() function in boost::interprocess::named_upgradable_mutex
303 { return this->mutex()->try_lock_upgradable(); } in try_lock_upgradable()
/third_party/boost/libs/interprocess/doc/
Dinterprocess.qbk1938 [blurb ['[*bool try_lock_upgradable()]]]
2210 //This will call try_lock_upgradable()