Home
last modified time | relevance | path

Searched refs:_shutdown (Results 1 – 19 of 19) sorted by relevance

/external/python/cpython3/Lib/concurrent/futures/
Dthread.py31 _shutdown = False variable
34 global _shutdown
35 _shutdown = True
89 if _shutdown or executor is None or executor._shutdown:
93 executor._shutdown = True
138 self._shutdown = False
150 if self._shutdown:
152 if _shutdown:
200 self._shutdown = True
/external/python/futures/concurrent/futures/
Dthread.py38 _shutdown = False variable
41 global _shutdown
42 _shutdown = True
84 if _shutdown or executor is None or executor._shutdown:
116 self._shutdown = False
123 if self._shutdown:
155 self._shutdown = True
Dprocess.py71 _shutdown = False variable
74 global _shutdown
75 _shutdown = True
225 if _shutdown or executor is None or executor._shutdown_thread:
/external/autotest/scheduler/
Dhost_scheduler.py86 _shutdown = False variable
409 global _shutdown
410 _shutdown = True
498 while not _shutdown:
534 global _shutdown
535 _shutdown = True
Dmonitor_db.py71 _shutdown = False variable
188 while not _shutdown:
214 global _shutdown
215 _shutdown = True
230 global _shutdown
231 _shutdown = True
/external/perfetto/ui/src/frontend/
Draf_scheduler.ts64 private _shutdown = false; property in RafScheduler
96 this._shutdown = true;
136 if (this._shutdown) return;
/external/grpc-grpc/templates/src/core/
Dplugin_registry.template31 void ${plugin}_shutdown(void);
37 ${plugin}_shutdown);
/external/python/cpython3/Lib/
Dweakref.py522 _shutdown = False variable in finalize
551 if info and not self._shutdown:
634 finalize._shutdown = True
Dthreading.py1263 def _shutdown(): function
/external/python/cpython3/Lib/multiprocessing/
Dprocess.py315 threading._shutdown()
/external/python/cpython2/Lib/
Dthreading.py1191 _shutdown = _MainThread()._exitfunc variable
/external/python/cpython3/Python/
Dpylifecycle.c2238 _Py_IDENTIFIER(_shutdown); in wait_for_thread_shutdown()
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst1017 Explicitly invoke threading._shutdown from Py_Main, to avoid relying on
D2.7a1.rst180 ``threading._shutdown()`` is now called in ``Py_Finalize()``, which fixes
/external/python/cpython3/Doc/whatsnew/
D2.7.rst2227 :func:`threading._shutdown` function; this prevents some exceptions from
/external/python/cpython2/Doc/whatsnew/
D2.7.rst2203 :func:`threading._shutdown` function; this prevents some exceptions from
/external/llvm/docs/
DProgrammersManual.rst2374 .. _shutdown:
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DProgrammersManual.rst2963 .. _shutdown:
/external/python/cpython3/Misc/
DHISTORY12976 - Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which