Searched refs:_shutdown (Results 1 – 19 of 19) sorted by relevance
31 _shutdown = False variable34 global _shutdown35 _shutdown = True89 if _shutdown or executor is None or executor._shutdown:93 executor._shutdown = True138 self._shutdown = False150 if self._shutdown:152 if _shutdown:200 self._shutdown = True
38 _shutdown = False variable41 global _shutdown42 _shutdown = True84 if _shutdown or executor is None or executor._shutdown:116 self._shutdown = False123 if self._shutdown:155 self._shutdown = True
71 _shutdown = False variable74 global _shutdown75 _shutdown = True225 if _shutdown or executor is None or executor._shutdown_thread:
86 _shutdown = False variable409 global _shutdown410 _shutdown = True498 while not _shutdown:534 global _shutdown535 _shutdown = True
71 _shutdown = False variable188 while not _shutdown:214 global _shutdown215 _shutdown = True230 global _shutdown231 _shutdown = True
64 private _shutdown = false; property in RafScheduler96 this._shutdown = true;136 if (this._shutdown) return;
31 void ${plugin}_shutdown(void);37 ${plugin}_shutdown);
522 _shutdown = False variable in finalize551 if info and not self._shutdown:634 finalize._shutdown = True
1263 def _shutdown(): function
315 threading._shutdown()
1191 _shutdown = _MainThread()._exitfunc variable
2238 _Py_IDENTIFIER(_shutdown); in wait_for_thread_shutdown()
1017 Explicitly invoke threading._shutdown from Py_Main, to avoid relying on
180 ``threading._shutdown()`` is now called in ``Py_Finalize()``, which fixes
2227 :func:`threading._shutdown` function; this prevents some exceptions from
2203 :func:`threading._shutdown` function; this prevents some exceptions from
2374 .. _shutdown:
2963 .. _shutdown:
12976 - Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which