/external/python/cpython3/Lib/concurrent/futures/ |
D | thread.py | 18 _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/ |
D | thread.py | 38 _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
|
D | process.py | 71 _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/ |
D | raf_scheduler.ts | 66 private _shutdown = false; property in RafScheduler 98 this._shutdown = true; 140 if (this._shutdown) return;
|
/external/grpc-grpc/templates/src/core/ |
D | plugin_registry.template | 31 void ${plugin}_shutdown(void); 37 ${plugin}_shutdown);
|
/external/python/cpython3/Lib/ |
D | weakref.py | 550 _shutdown = False variable in finalize 579 if info and not self._shutdown: 662 finalize._shutdown = True
|
D | threading.py | 1388 def _shutdown(): function
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/g3doc/ |
D | TensorFlow_Numpy_Distributed_Image_Classification.ipynb | 430 " self._shutdown = False\n", 433 " while not self._shutdown:\n", 455 " self._shutdown = True\n",
|
/external/python/cpython3/Lib/multiprocessing/ |
D | process.py | 333 threading._shutdown()
|
/external/usrsctp/ |
D | Manual.tex | 311 \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/ |
D | threading.py | 1191 _shutdown = _MainThread()._exitfunc variable
|
/external/python/cpython3/Python/ |
D | pylifecycle.c | 2385 _Py_IDENTIFIER(_shutdown); in wait_for_thread_shutdown()
|
/external/python/cpython3/Tools/c-analyzer/ |
D | TODO | 571 Python/pylifecycle.c:wait_for_thread_shutdown():PyId__shutdown _Py_IDENTIFIER(_shutdown)
|
D | known.tsv | 1362 Python/pylifecycle.c wait_for_thread_shutdown PyId__shutdown variable _Py_IDENTIFIER(_shutdown)
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6a1.rst | 1017 Explicitly invoke threading._shutdown from Py_Main, to avoid relying on
|
D | 2.7a1.rst | 180 ``threading._shutdown()`` is now called in ``Py_Finalize()``, which fixes
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.7.rst | 2227 :func:`threading._shutdown` function; this prevents some exceptions from
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.7.rst | 2203 :func:`threading._shutdown` function; this prevents some exceptions from
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 2374 .. _shutdown:
|
/external/llvm-project/llvm/docs/ |
D | ProgrammersManual.rst | 3018 .. _shutdown:
|
/external/python/cpython3/Misc/ |
D | HISTORY | 12976 - Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which
|