Home
last modified time | relevance | path

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

/dports/lang/python37/Python-3.7.12/Lib/
H A Dthreading.py39 _CRLock = _thread.RLock
41 _CRLock = None variable
84 if _CRLock is None:
86 return _CRLock(*args, **kwargs)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dthreading.py45 _CRLock = _thread.RLock
47 _CRLock = None variable
90 if _CRLock is None:
92 return _CRLock(*args, **kwargs)
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dthreading.py45 _CRLock = _thread.RLock
47 _CRLock = None variable
90 if _CRLock is None:
92 return _CRLock(*args, **kwargs)
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dthreading.py45 _CRLock = _thread.RLock
47 _CRLock = None variable
90 if _CRLock is None:
92 return _CRLock(*args, **kwargs)
/dports/lang/python39/Python-3.9.9/Lib/
H A Dthreading.py46 _CRLock = _thread.RLock
48 _CRLock = None variable
91 if _CRLock is None:
93 return _CRLock(*args, **kwargs)
/dports/lang/python38/Python-3.8.12/Lib/
H A Dthreading.py45 _CRLock = _thread.RLock
47 _CRLock = None variable
90 if _CRLock is None:
92 return _CRLock(*args, **kwargs)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dthreading.py45 _CRLock = _thread.RLock
47 _CRLock = None variable
90 if _CRLock is None:
92 return _CRLock(*args, **kwargs)
/dports/lang/python310/Python-3.10.1/Lib/
H A Dthreading.py46 _CRLock = _thread.RLock
48 _CRLock = None variable
99 if _CRLock is None:
101 return _CRLock(*args, **kwargs)
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dthreading.py46 _CRLock = _thread.RLock
48 _CRLock = None variable
99 if _CRLock is None:
101 return _CRLock(*args, **kwargs)
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/
H A Dthreading.py223 _CRLock = None variable
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.6/
H A Dtest_threading.py1118 @unittest.skipIf(threading._CRLock is None, 'RLock not implemented in C')
1120 locktype = staticmethod(threading._CRLock)
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_threading.py1219 @unittest.skipIf(threading._CRLock is None, 'RLock not implemented in C')
1221 locktype = staticmethod(threading._CRLock)
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.6pypy/
H A Dtest_threading.py1167 @unittest.skipIf(threading._CRLock is None, 'RLock not implemented in C')
1169 locktype = staticmethod(threading._CRLock)
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.7/
H A Dtest_threading.py1219 @unittest.skipIf(threading._CRLock is None, 'RLock not implemented in C')
1221 locktype = staticmethod(threading._CRLock)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_threading.py1316 @unittest.skipIf(threading._CRLock is None, 'RLock not implemented in C')
1318 locktype = staticmethod(threading._CRLock)
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_threading.py1316 @unittest.skipIf(threading._CRLock is None, 'RLock not implemented in C')
1318 locktype = staticmethod(threading._CRLock)
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_threading.py1316 @unittest.skipIf(threading._CRLock is None, 'RLock not implemented in C')
1318 locktype = staticmethod(threading._CRLock)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_threading.py1316 @unittest.skipIf(threading._CRLock is None, 'RLock not implemented in C')
1318 locktype = staticmethod(threading._CRLock)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_threading.py1316 @unittest.skipIf(threading._CRLock is None, 'RLock not implemented in C')
1318 locktype = staticmethod(threading._CRLock)
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.8/
H A Dtest_threading.py1316 @unittest.skipIf(threading._CRLock is None, 'RLock not implemented in C')
1318 locktype = staticmethod(threading._CRLock)
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.9/
H A Dtest_threading.py1369 @unittest.skipIf(threading._CRLock is None, 'RLock not implemented in C')
1371 locktype = staticmethod(threading._CRLock)
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_threading.py1426 @unittest.skipIf(threading._CRLock is None, 'RLock not implemented in C')
1428 locktype = staticmethod(threading._CRLock)
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_threading.py1565 @unittest.skipIf(threading._CRLock is None, 'RLock not implemented in C')
1567 locktype = staticmethod(threading._CRLock)
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_threading.py1566 @unittest.skipIf(threading._CRLock is None, 'RLock not implemented in C')
1568 locktype = staticmethod(threading._CRLock)
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.10/
H A Dtest_threading.py1520 @unittest.skipIf(threading._CRLock is None, 'RLock not implemented in C')
1522 locktype = staticmethod(threading._CRLock)