Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Drwmutex.h117 RLock::RLock(RWMutex& mutex) : m(&mutex) { in RLock() function
127 RLock::RLock(RLock&& other) { in RLock() function
/third_party/python/Lib/multiprocessing/
Dsynchronize.py184 class RLock(SemLock): class
Dcontext.py70 def RLock(self): member in BaseContext
/third_party/python/Lib/
Dthreading.py90 def RLock(*args, **kwargs): function
/third_party/python/Lib/test/
D_test_multiprocessing.py5744 RLock = staticmethod(multiprocessing.RLock) variable in ProcessesMixin
5762 RLock = property(operator.attrgetter('manager.RLock')) variable in ManagerMixin
5828 RLock = staticmethod(multiprocessing.dummy.RLock) variable in ThreadsMixin