Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dthreading.py46 _CRLock = _thread.RLock variable
48 _CRLock = None variable
91 if _CRLock is None:
93 return _CRLock(*args, **kwargs)
/external/python/cpython3/Lib/test/
Dtest_threading.py1368 @unittest.skipIf(threading._CRLock is None, 'RLock not implemented in C')
1370 locktype = staticmethod(threading._CRLock)