/external/autotest/server/site_tests/graphics_TraceReplayExtended/ |
D | graphics_TraceReplayExtended.py | 211 if (not tast_manager_thread.is_alive() and 212 graphics_power_thread.is_alive() and stop_attempts < 1): 218 if (not graphics_power_thread.is_alive() and 219 tast_manager_thread.is_alive()): 224 if not thread.is_alive():
|
/external/autotest/server/cros/graphics/ |
D | graphics_power.py | 124 if not self.is_alive(): 149 return not self.is_alive() 204 if not self._test_thread.is_alive(): 209 if not self._test_thread.is_alive():
|
/external/igt-gpu-tools/tools/ |
D | intel_forcewaked.c | 60 is_alive(void) { in is_alive() function 91 if (!is_alive()) { in main()
|
/external/python/cpython2/Doc/includes/ |
D | mp_pool.py | 247 assert worker.is_alive() 256 assert not worker.is_alive() 274 assert not worker.is_alive() 295 assert not worker.is_alive()
|
/external/autotest/client/cros/bluetooth/ |
D | adv_monitor_helper.py | 557 if p.is_alive(): 561 if not app_conn.recv() or p.is_alive(): 580 if p.is_alive(): 585 ret = not p.is_alive() 598 ret = not p.is_alive() 678 if not self._helper_proc.is_alive(): 830 if self._helper_proc.is_alive(): 834 return not self._helper_proc.is_alive()
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
D | multiprocessing_shim.py | 48 def is_alive(self): member in ProcessShim 49 return self._proc.is_alive()
|
/external/tensorflow/tensorflow/python/training/ |
D | coordinator.py | 363 while any(t.is_alive() for t in threads) and not self.wait_for_stop(1.0): 372 while any(t.is_alive() for t in threads) and stop_grace_period_secs >= 0.0: 382 stragglers = [t.name for t in threads if t.is_alive()]
|
D | coordinator_test.py | 109 self.assertFalse(t.is_alive()) 123 self.assertFalse(t.is_alive()) 138 self.assertFalse(t.is_alive())
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | mbim_channel.py | 120 if self._endpoint_process.is_alive(): 123 if self._endpoint_process.is_alive(): 378 if not self._endpoint_process.is_alive():
|
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/ |
D | SubprocessLogger.py | 173 if stdOutLogger.is_alive(): 175 if stdErrLogger.is_alive():
|
/external/python/cpython3/Lib/multiprocessing/dummy/ |
D | __init__.py | 55 if self._start_called and not self.is_alive(): 71 if not p.is_alive():
|
/external/python/cpython2/Lib/multiprocessing/dummy/ |
D | __init__.py | 79 if self._start_called and not self.is_alive(): 102 if not p.is_alive():
|
/external/tensorflow/tensorflow/c/eager/ |
D | immediate_execution_distributed_manager.h | 47 bool* is_alive) = 0;
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | context_distributed_manager.h | 41 bool* is_alive) override;
|
/external/python/cpython2/Lib/test/ |
D | threaded_import_hangers.py | 41 if t.is_alive():
|
D | test_poll.py | 221 self.assertTrue(poll_thread.is_alive()) 226 self.assertFalse(poll_thread.is_alive())
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | threaded_import_hangers.py | 42 if t.is_alive():
|
/external/autotest/client/cros/enterprise/ |
D | enterprise_fake_dmserver.py | 66 if self.process.is_alive():
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | runtest_mp.py | 136 if self.is_alive(): 324 if not self.is_alive(): 384 if not any(worker.is_alive() for worker in self.workers):
|
/external/python/pybind11/tests/ |
D | test_gil_scoped.py | 18 if process.is_alive():
|
/external/python/cpython3/Lib/ |
D | threading.py | 824 def _reset_internal_locks(self, is_alive): argument 828 if is_alive: 846 self.is_alive() # easy way to get ._is_stopped set when appropriate 1093 def is_alive(self): member in Thread 1308 def is_alive(self): member in _DummyThread
|
/external/scapy/test/tls/ |
D | travis_test_client.py | 50 if th_.is_alive():
|
/external/python/cpython3/Lib/test/ |
D | test_threading.py | 117 self.assertFalse(t.is_alive()) 181 self.assertTrue(threading._active[tid].is_alive()) 513 os._exit(11 if t.is_alive() else 10) 662 self.assertTrue(t.is_alive()) 674 self.assertTrue(t.is_alive()) 677 self.assertFalse(t.is_alive())
|
D | test_poll.py | 219 self.assertTrue(poll_thread.is_alive()) 224 self.assertFalse(poll_thread.is_alive())
|
/external/autotest/client/site_tests/power_IdleSuspend/ |
D | power_IdleSuspend.py | 94 if thread.is_alive():
|