Home
last modified time | relevance | path

Searched refs:get_lock (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/serialization/
Dsingleton.hpp104 BOOST_DLLEXPORT bool & get_lock() BOOST_USED { in get_lock() function in boost::serialization::singleton_module
111 get_lock() = true; in lock()
114 get_lock() = false; in unlock()
117 return get_lock(); in is_locked()
/third_party/boost/libs/thread/test/
Dtest_move_function.cpp74 boost::unique_lock<boost::mutex> get_lock(boost::mutex& m) in get_lock() function
83 boost::unique_lock<boost::mutex> l(get_lock(m)); in BOOST_AUTO_TEST_CASE()
/third_party/python/Lib/multiprocessing/
Dsharedctypes.py205 def get_lock(self): member in SynchronizedBase
/third_party/python/Lib/test/
D_test_multiprocessing.py2049 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()
/third_party/python/Doc/library/
Dmultiprocessing.rst1438 with counter.get_lock():
1561 :meth:`get_lock` returns the lock object used for synchronization.