Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/concurrent/futures/
Dthread.py18 _shutdown = False variable
24 global _shutdown
26 _shutdown = True
93 if _shutdown or executor is None or executor._shutdown:
97 executor._shutdown = True
148 self._shutdown = False
160 if self._shutdown:
162 if _shutdown:
212 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/perfetto/ui/src/frontend/
Draf_scheduler.ts66 private _shutdown = false; property in RafScheduler
98 this._shutdown = true;
140 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.py550 _shutdown = False variable in finalize
579 if info and not self._shutdown:
662 finalize._shutdown = True
Dthreading.py1388 def _shutdown(): function
/external/tensorflow/tensorflow/python/ops/numpy_ops/g3doc/
DTensorFlow_Numpy_Distributed_Image_Classification.ipynb430 " self._shutdown = False\n",
433 " while not self._shutdown:\n",
455 " self._shutdown = True\n",
/external/python/cpython3/Lib/multiprocessing/
Dprocess.py333 threading._shutdown()
/external/usrsctp/
DManual.tex311 \subsubsection{usrsctp\_shutdown()}
312 The function prototype of \textit{usrsctp\_shutdown()} is
330 \textit{usrsctp\_shutdown()} returns 0 on success and -1 in case of an error.
580 \subsubsection{usrsctp\_sysctl\_set\_sctp\_shutdown\_guard\_time\_default()}
882 %sctp\_shutdown\_guard\_time\_default&Default shutdown guard timer&180~secs\tabularnewline \hline
/external/python/cpython2/Lib/
Dthreading.py1191 _shutdown = _MainThread()._exitfunc variable
/external/python/cpython3/Python/
Dpylifecycle.c2385 _Py_IDENTIFIER(_shutdown); in wait_for_thread_shutdown()
/external/python/cpython3/Tools/c-analyzer/
DTODO571 Python/pylifecycle.c:wait_for_thread_shutdown():PyId__shutdown _Py_IDENTIFIER(_shutdown)
Dknown.tsv1362 Python/pylifecycle.c wait_for_thread_shutdown PyId__shutdown variable _Py_IDENTIFIER(_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/llvm-project/llvm/docs/
DProgrammersManual.rst3018 .. _shutdown:
/external/python/cpython3/Misc/
DHISTORY12976 - Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which