Home
last modified time | relevance | path

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

12

/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()
Dmp_synchronize.py161 if not p.is_alive():
/external/autotest/client/site_tests/platform_CrosDisksDBus/
Dplatform_CrosDisksDBus.py91 is_alive = self.cros_disks.is_alive()
92 if not 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/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
DSubprocessLogger.py173 if stdOutLogger.is_alive():
175 if stdErrLogger.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/cpython2/Lib/test/
Dthreaded_import_hangers.py41 if t.is_alive():
Dtest_queue.py58 if self.t.is_alive():
78 if self.t.is_alive():
Dtest_threading.py103 self.assertFalse(t.is_alive())
457 os._exit(1 if t.is_alive() else 0)
Dtest_multiprocessing.py188 self.assertTrue(current.is_alive())
219 self.assertEqual(p.is_alive(), False)
228 self.assertEqual(p.is_alive(), True)
241 self.assertEqual(p.is_alive(), False)
256 self.assertEqual(p.is_alive(), True)
266 self.assertEqual(p.is_alive(), False)
1309 while countdown and not all(w.is_alive() for w in p._pool):
/external/autotest/client/cros/enterprise/
Denterprise_fake_dmserver.py66 if self.process.is_alive():
/external/autotest/client/site_tests/power_AudioDetector/
Dpower_AudioDetector.py83 if thread.is_alive():
/external/autotest/client/site_tests/power_IdleSuspend/
Dpower_IdleSuspend.py94 if thread.is_alive():
/external/autotest/client/cros/
Ddevice_jail_utils.py55 if self._thread.is_alive() and not exc_val:
Ddhcp_test_server.py119 if self.is_alive():
Dcros_disks.py212 def is_alive(self): member in CrosDisksClient
/external/python/cpython2/Lib/multiprocessing/
Dpool.py481 while task_handler.is_alive() and inqueue._reader.poll():
497 assert result_handler.is_alive() or len(cache) == 0
526 if p.is_alive():
Dprocess.py149 def is_alive(self): member in Process
Dmanagers.py609 if process.is_alive():
621 if process.is_alive():
627 if process.is_alive():
/external/autotest/site_utils/
Dtest_push.py621 while (push_to_prod_suite.is_alive()
622 or asynchronous_suite.is_alive()):
/external/python/cpython2/Lib/
Dthreading.py997 is_alive = isAlive variable in Thread
1106 if not t.daemon and t.is_alive():
/external/autotest/site_utils/rpm_control_system/
Drpm_controller.py174 if process.is_alive():
/external/python/cpython2/Lib/lib2to3/
Drefactor.py727 if p.is_alive():

12