/external/python/cpython3/Lib/concurrent/futures/ |
D | thread.py | 30 _shutdown = False variable 33 global _shutdown 34 _shutdown = True 75 if _shutdown or executor is None or executor._shutdown: 102 self._shutdown = False 108 if self._shutdown: 140 self._shutdown = True
|
D | process.py | 77 _shutdown = False variable 80 global _shutdown 81 _shutdown = True 247 return _shutdown or executor is None or executor._shutdown_thread
|
/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/autotest/scheduler/ |
D | host_scheduler.py | 87 _shutdown = False variable 413 global _shutdown 414 _shutdown = True 502 while not _shutdown: 538 global _shutdown 539 _shutdown = True
|
D | monitor_db.py | 72 _shutdown = False variable 185 while not _shutdown: 211 global _shutdown 212 _shutdown = True 227 global _shutdown 228 _shutdown = True
|
/external/autotest/skylab_migration/venv/skylab_venv/scripts/ |
D | server_db_sync.py | 58 _shutdown = False variable 343 global _shutdown 344 _shutdown = True 401 while not _shutdown:
|
/external/autotest/site_utils/lxc/container_pool/ |
D | service.py | 266 message.SHUTDOWN: self._shutdown, 288 def _shutdown(self): member in _ClientThread
|
/external/python/cpython3/Lib/ |
D | weakref.py | 518 _shutdown = False variable in finalize 547 if info and not self._shutdown: 630 finalize._shutdown = True
|
D | threading.py | 1279 def _shutdown(): function
|
/external/jmdns/src/javax/jmdns/impl/ |
D | JmDNSImpl.java | 298 protected Thread _shutdown; field in JmDNSImpl 1676 _shutdown = null; in run() 1837 if (_shutdown != null) { in close() 1838 Runtime.getRuntime().removeShutdownHook(_shutdown); in close()
|
/external/python/cpython2/Lib/ |
D | threading.py | 1191 _shutdown = _MainThread()._exitfunc variable
|
/external/python/cpython3/Python/ |
D | pylifecycle.c | 1491 _Py_IDENTIFIER(_shutdown); in wait_for_thread_shutdown()
|
/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/curl/ |
D | CHANGES | 3625 The _shutdown() function calls the _session_free() function; While this
|
/external/python/cpython2/Misc/ |
D | NEWS | 7335 - Issue #1722344: ``threading._shutdown()`` is now called in ``Py_Finalize()``, 10786 - Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, to
|
/external/python/cpython3/Misc/ |
D | HISTORY | 12976 - Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which
|