Lines Matching defs:RLock
28 'Event', 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Thread',
46 _CRLock = _thread.RLock
90 def RLock(*args, **kwargs):
230 If the lock argument is given and not None, it must be a Lock or RLock
231 object, and it is used as the underlying lock. Otherwise, a new RLock object
238 lock = RLock()
303 When the underlying lock is an RLock, it is not released using its
306 of the RLock class is used, which really unlocks it even when it has
811 _active_limbo_lock = RLock()
1615 _active_limbo_lock = RLock()