Searched refs:_CRLock (Results 1 – 2 of 2) sorted by relevance
46 _CRLock = _thread.RLock variable48 _CRLock = None variable91 if _CRLock is None:93 return _CRLock(*args, **kwargs)
1368 @unittest.skipIf(threading._CRLock is None, 'RLock not implemented in C')1370 locktype = staticmethod(threading._CRLock)