Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/multiprocessing/
Dsynchronize.py191 class RLock(SemLock): class
Dcontext.py70 def RLock(self): member in BaseContext
/external/libcxx/src/
Ddebug.cpp104 typedef lock_guard<mutex_type> RLock; typedef
/external/python/cpython3/Lib/
Dthreading.py122 def RLock(*args, **kwargs): function
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py6498 RLock = staticmethod(multiprocessing.RLock) variable in ProcessesMixin
6516 RLock = property(operator.attrgetter('manager.RLock')) variable in ManagerMixin
6581 RLock = staticmethod(multiprocessing.dummy.RLock) variable in ThreadsMixin