Searched refs:_shutdown (Results 1 - 15 of 15) sorted by relevance

/external/python/cpython3/Lib/concurrent/futures/
H A Dthread.py30 _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
H A Dprocess.py77 _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/
H A 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
H A 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/
H A Dhost_scheduler.py87 _shutdown = False variable
413 global _shutdown
414 _shutdown = True
502 while not _shutdown:
530 Also sets the global _shutdown so that any background processes also take
538 global _shutdown
539 _shutdown = True
H A Dmonitor_db.py72 _shutdown = False variable
185 while not _shutdown:
211 global _shutdown
212 _shutdown = True
219 Also sets the global _shutdown so that any background processes also take
227 global _shutdown
228 _shutdown = True
/external/autotest/skylab_migration/venv/skylab_venv/scripts/
H A Dserver_db_sync.py58 _shutdown = False variable
343 global _shutdown
344 _shutdown = True
401 while not _shutdown:
/external/autotest/site_utils/lxc/container_pool/
H A Dservice.py266 message.SHUTDOWN: self._shutdown,
288 def _shutdown(self): member in class:_ClientThread
/external/python/cpython3/Lib/
H A Dweakref.py518 _shutdown = False variable in class:finalize
547 if info and not self._shutdown:
630 finalize._shutdown = True
H A Dthreading.py982 # module's _shutdown() function.
1275 # (Py_Main) as threading._shutdown.
1279 def _shutdown(): function
/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java298 protected Thread _shutdown; field in class:JmDNSImpl
414 // _shutdown = new Thread(new Shutdown(), "JmDNS.Shutdown");
415 // Runtime.getRuntime().addShutdownHook(_shutdown);
1676 _shutdown = null;
1837 if (_shutdown != null) {
1838 Runtime.getRuntime().removeShutdownHook(_shutdown);
/external/python/cpython2/Lib/
H A Dthreading.py1189 # (Py_Main) as threading._shutdown.
1191 _shutdown = _MainThread()._exitfunc variable
/external/python/cpython3/Python/
H A Dpylifecycle.c1483 /* Wait until threading._shutdown completes, provided
1491 _Py_IDENTIFIER(_shutdown);
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 486 milliseconds