Home
last modified time | relevance | path

Searched refs:is_alive (Results 1 – 25 of 69) sorted by relevance

123

/external/igt-gpu-tools/tools/
Dintel_forcewaked.c60 is_alive(void) { in is_alive() function
91 if (!is_alive()) { in main()
/external/python/cpython2/Doc/includes/
Dmp_pool.py247 assert worker.is_alive()
256 assert not worker.is_alive()
274 assert not worker.is_alive()
295 assert not worker.is_alive()
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dmultiprocessing_shim.py48 def is_alive(self): member in ProcessShim
49 return self._proc.is_alive()
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_channel.py120 if self._endpoint_process.is_alive():
123 if self._endpoint_process.is_alive():
378 if not self._endpoint_process.is_alive():
Dmbim_channel_unittest.py71 mock_process.is_alive().MultipleTimes().AndReturn(True)
73 mock_process.is_alive().AndReturn(True)
/external/tensorflow/tensorflow/python/training/
Dcoordinator.py363 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()]
Dcoordinator_test.py109 self.assertFalse(t.is_alive())
123 self.assertFalse(t.is_alive())
138 self.assertFalse(t.is_alive())
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
DSubprocessLogger.py173 if stdOutLogger.is_alive():
175 if stdErrLogger.is_alive():
/external/python/cpython3/Lib/multiprocessing/dummy/
D__init__.py55 if self._start_called and not self.is_alive():
71 if not p.is_alive():
/external/python/cpython2/Lib/multiprocessing/dummy/
D__init__.py79 if self._start_called and not self.is_alive():
102 if not p.is_alive():
/external/python/cpython3/Lib/
Dthreading.py808 def _reset_internal_locks(self, is_alive): argument
812 if is_alive:
825 self.is_alive() # easy way to get ._is_stopped set when appropriate
1071 def is_alive(self): member in Thread
1093 return self.is_alive()
1296 def is_alive(self): member in _DummyThread
/external/python/cpython2/Lib/test/
Dthreaded_import_hangers.py41 if t.is_alive():
Dtest_poll.py221 self.assertTrue(poll_thread.is_alive())
226 self.assertFalse(poll_thread.is_alive())
Dtest_queue.py58 if self.t.is_alive():
78 if self.t.is_alive():
/external/python/cpython3/Lib/test/
Dthreaded_import_hangers.py42 if t.is_alive():
Dtest_threading.py117 self.assertFalse(t.is_alive())
181 self.assertTrue(threading._active[tid].is_alive())
486 os._exit(11 if t.is_alive() else 10)
636 self.assertTrue(t.is_alive())
648 self.assertTrue(t.is_alive())
651 self.assertFalse(t.is_alive())
Dtest_poll.py219 self.assertTrue(poll_thread.is_alive())
224 self.assertFalse(poll_thread.is_alive())
/external/python/cpython3/Lib/test/libregrtest/
Druntest_mp.py129 if self.is_alive():
304 if not self.is_alive():
356 if not any(worker.is_alive() for worker in self.workers):
/external/autotest/client/cros/enterprise/
Denterprise_fake_dmserver.py66 if self.process.is_alive():
/external/python/pybind11/tests/
Dtest_gil_scoped.py16 if process.is_alive():
/external/scapy/test/tls/
Dtravis_test_client.py50 if th_.is_alive():
/external/python/cpython3/Lib/multiprocessing/
Dprocess.py153 def is_alive(self): member in BaseProcess
370 def is_alive(self): member in _ParentProcess
/external/autotest/client/site_tests/power_AudioDetector/
Dpower_AudioDetector.py84 if thread.is_alive():
/external/autotest/client/site_tests/power_IdleSuspend/
Dpower_IdleSuspend.py94 if thread.is_alive():
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.train.-looper-thread.pbtxt34 name: "is_alive"

123