Searched refs:get_lock (Results 1 – 5 of 5) sorted by relevance
104 BOOST_DLLEXPORT bool & get_lock() BOOST_USED { in get_lock() function in boost::serialization::singleton_module111 get_lock() = true; in lock()114 get_lock() = false; in unlock()117 return get_lock(); in is_locked()
74 boost::unique_lock<boost::mutex> get_lock(boost::mutex& m) in get_lock() function83 boost::unique_lock<boost::mutex> l(get_lock(m)); in BOOST_AUTO_TEST_CASE()
205 def get_lock(self): member in SynchronizedBase
2049 lock1 = val1.get_lock()2053 lock2 = val2.get_lock()2058 lock3 = val3.get_lock()2129 lock1 = arr1.get_lock()2133 lock2 = arr2.get_lock()2138 lock3 = arr3.get_lock()
1438 with counter.get_lock():1561 :meth:`get_lock` returns the lock object used for synchronization.