Searched defs:RLock (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Lib/multiprocessing/ | ||
D | synchronize.py | 191 class RLock(SemLock): class |
D | context.py | 70 def RLock(self): member in BaseContext |
/external/libcxx/src/ | ||
D | debug.cpp | 104 typedef lock_guard<mutex_type> RLock; typedef |
/external/python/cpython3/Lib/ | ||
D | threading.py | 122 def RLock(*args, **kwargs): function |
/external/python/cpython3/Lib/test/ | ||
D | _test_multiprocessing.py | 6498 RLock = staticmethod(multiprocessing.RLock) variable in ProcessesMixin |