Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A 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/
H A Dtest_threading.py1595 @unittest.skipIf(threading._CRLock is None, 'RLock not implemented in C')
1597 locktype = staticmethod(threading._CRLock)

Completed in 6 milliseconds