Home
last modified time | relevance | path

Searched refs:_CRLock (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dthreading.py46 _CRLock = _thread.RLock variable
48 _CRLock = None variable
99 if _CRLock is None:
101 return _CRLock(*args, **kwargs)
/third_party/python/Lib/test/
Dtest_threading.py1565 @unittest.skipIf(threading._CRLock is None, 'RLock not implemented in C')
1567 locktype = staticmethod(threading._CRLock)