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.py185 class RLock(SemLock): class
Dcontext.py69 def RLock(self): member in BaseContext
/external/libcxx/src/
Ddebug.cpp104 typedef lock_guard<mutex_type> RLock; typedef
/external/python/cpython3/Lib/
Dfunctools.py28 class RLock: class
Dthreading.py74 def RLock(*args, **kwargs): function
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py3890 RLock = staticmethod(multiprocessing.RLock) variable in ProcessesMixin
3908 RLock = property(operator.attrgetter('manager.RLock')) variable in ManagerMixin
3960 RLock = staticmethod(multiprocessing.dummy.RLock) variable in ThreadsMixin
/external/python/cpython2/Lib/
Dthreading.py114 def RLock(*args, **kwargs): function