Home
last modified time | relevance | path

Searched defs:RLock (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
D__init__.py178 def RLock(): function
Dsynchronize.py169 class RLock(SemLock): class
/external/python/cpython3/Lib/multiprocessing/
Dsynchronize.py184 class RLock(SemLock): class
Dcontext.py70 def RLock(self): member in BaseContext
/external/llvm-project/libcxx/src/
Ddebug.cpp67 typedef lock_guard<mutex_type> RLock; typedef
/external/libcxx/src/
Ddebug.cpp104 typedef lock_guard<mutex_type> RLock; typedef
/external/python/cpython2/Lib/
Dthreading.py114 def RLock(*args, **kwargs): function
/external/python/cpython3/Lib/
Dthreading.py82 def RLock(*args, **kwargs): function
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py5607 RLock = staticmethod(multiprocessing.RLock) variable in ProcessesMixin
5625 RLock = property(operator.attrgetter('manager.RLock')) variable in ManagerMixin
5691 RLock = staticmethod(multiprocessing.dummy.RLock) variable in ThreadsMixin