Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dthreading.py1386 _main_thread = _MainThread() variable
1397 if _main_thread._is_stopped:
1404 tlock = _main_thread._tstate_lock
1410 _main_thread._stop()
1441 return _main_thread
1458 global _active_limbo_lock, _main_thread
1473 _main_thread = current
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a6.rst660 for _main_thread, instead of a _DummyThread instance.