HomeSort by relevance Sort by last modified time
    Searched defs:_shutdown (Results 1 - 23 of 23) sorted by null

  /external/python/cpython3/Lib/concurrent/futures/
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
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/
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
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/site_utils/lxc/container_pool/
service.py 266 message.SHUTDOWN: self._shutdown,
288 def _shutdown(self): member in class:_ClientThread
  /external/autotest/skylab_migration/venv/skylab_venv/scripts/
server_db_sync.py 58 _shutdown = False variable
343 global _shutdown
344 _shutdown = True
401 while not _shutdown:
  /external/autotest/scheduler/
host_scheduler.py 87 _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
monitor_db.py 72 _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
    [all...]
  /external/python/cpython3/Lib/
weakref.py 518 _shutdown = False variable in class:finalize
547 if info and not self._shutdown:
630 finalize._shutdown = True
threading.py 1279 def _shutdown(): function
    [all...]
  /external/python/cpython2/Lib/
threading.py 1191 _shutdown = _MainThread()._exitfunc variable
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
threading.py 1198 _shutdown = _MainThread()._exitfunc variable
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
threading.py 1198 _shutdown = _MainThread()._exitfunc variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 1198 _shutdown = _MainThread()._exitfunc variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 1198 _shutdown = _MainThread()._exitfunc variable
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 298 protected Thread _shutdown; field in class:JmDNSImpl
414 // _shutdown = new Thread(new Shutdown(), "JmDNS.Shutdown");
415 // Runtime.getRuntime().addShutdownHook(_shutdown);
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.23.0/
google-api-java-client-min-repackaged-1.23.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 446 milliseconds