Home
last modified time | relevance | path

Searched refs:unlock_sharable (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/interprocess/sync/
Dnamed_sharable_mutex.hpp137 void unlock_sharable();
214 inline void named_sharable_mutex::unlock_sharable() in unlock_sharable() function in boost::interprocess::named_sharable_mutex
215 { this->mutex()->unlock_sharable(); } in unlock_sharable()
Dnamed_upgradable_mutex.hpp138 void unlock_sharable();
318 inline void named_upgradable_mutex::unlock_sharable() in unlock_sharable() function in boost::interprocess::named_upgradable_mutex
319 { this->mutex()->unlock_sharable(); } in unlock_sharable()
Dfile_lock.hpp145 void unlock_sharable();
224 inline void file_lock::unlock_sharable() in unlock_sharable() function in boost::interprocess::file_lock
Dsharable_lock.hpp186 if(m_locked && mp_mutex) mp_mutex->unlock_sharable(); in ~sharable_lock()
260 mp_mutex->unlock_sharable(); in unlock()
Dinterprocess_sharable_mutex.hpp114 void unlock_sharable();
327 inline void interprocess_sharable_mutex::unlock_sharable() in unlock_sharable() function in boost::interprocess::interprocess_sharable_mutex
Dnull_mutex.hpp91 void unlock_sharable(){} in unlock_sharable() function in boost::interprocess::null_mutex
Dinterprocess_upgradable_mutex.hpp112 void unlock_sharable();
519 inline void interprocess_upgradable_mutex::unlock_sharable() in unlock_sharable() function in boost::interprocess::interprocess_upgradable_mutex
/third_party/boost/boost/interprocess/sync/shm/
Dnamed_upgradable_mutex.hpp138 void unlock_sharable();
312 inline void named_upgradable_mutex::unlock_sharable() in unlock_sharable() function in boost::interprocess::named_upgradable_mutex
313 { this->mutex()->unlock_sharable(); } in unlock_sharable()
/third_party/boost/boost/interprocess/sync/detail/
Dlocks.hpp85 BOOST_INTERPROCESS_FORCEINLINE void unlock() { l_.unlock_sharable(); } in unlock()
/third_party/boost/libs/interprocess/doc/
Dinterprocess.qbk1917 [blurb ['[*void unlock_sharable()]]]
2117 [*unlock_sharable()] operations:
2131 `sharable_lock` calls [*unlock_sharable()] in its destructor, and
2296 mutex.unlock_sharable();
2309 //What should we call? "unlock()" or "unlock_sharable()"
2337 `unlock_sharable()` method.
2709 [blurb ['[*void unlock_sharable()]]]