/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/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/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/site_utils/lxc/container_pool/ |
service.py | 266 message.SHUTDOWN: self._shutdown, 288 def _shutdown(self): member in class:_ClientThread
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_linux_s390x.go | 124 _SHUTDOWN = 13 266 _, e := socketcall(_SHUTDOWN, uintptr(s), uintptr(how), 0, 0, 0, 0)
|
syscall_linux_386.go | 193 _SHUTDOWN = 13 335 _, e := socketcall(_SHUTDOWN, uintptr(s), uintptr(how), 0, 0, 0, 0)
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_linux_s390x.go | 124 _SHUTDOWN = 13 266 _, e := socketcall(_SHUTDOWN, uintptr(s), uintptr(how), 0, 0, 0, 0)
|
syscall_linux_386.go | 193 _SHUTDOWN = 13 335 _, e := socketcall(_SHUTDOWN, uintptr(s), uintptr(how), 0, 0, 0, 0)
|
/external/python/cpython3/Lib/asyncio/ |
sslproto.py | 45 _SHUTDOWN = "SHUTDOWN" 150 if self._state == _SHUTDOWN: 153 self._state = _SHUTDOWN 217 elif self._state == _SHUTDOWN:
|
/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/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...] |
/system/iot/attestation/at-factory-tool/ |
atft_unittest.py | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_threading.py | 309 # Avoid a deadlock when sys.settrace steps into threading._shutdown
343 # Raising SystemExit skipped threading._shutdown
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_threading.py | 311 # Avoid a deadlock when sys.settrace steps into threading._shutdown 345 # Raising SystemExit skipped threading._shutdown
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_threading.py | 311 # Avoid a deadlock when sys.settrace steps into threading._shutdown 345 # Raising SystemExit skipped threading._shutdown
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_threading.py | 311 # Avoid a deadlock when sys.settrace steps into threading._shutdown 345 # Raising SystemExit skipped threading._shutdown
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_threading.py | 311 # Avoid a deadlock when sys.settrace steps into threading._shutdown 345 # Raising SystemExit skipped threading._shutdown
|
/external/python/cpython2/Lib/test/ |
test_threading.py | 307 # Avoid a deadlock when sys.settrace steps into threading._shutdown 341 # Raising SystemExit skipped threading._shutdown [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
pythonrun.c | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
pythonrun.c | [all...] |