Searched defs:is_alive (Results 1 - 6 of 6) sorted by relevance

/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
H A Dmultiprocessing_shim.py48 def is_alive(self): member in class:ProcessShim
49 return self._proc.is_alive()
/external/python/cpython2/Lib/multiprocessing/
H A Dprocess.py149 def is_alive(self): member in class:Process
/external/python/cpython3/Lib/multiprocessing/
H A Dprocess.py125 def is_alive(self): member in class:BaseProcess
/external/python/cpython2/Lib/
H A Dthreading.py997 is_alive = isAlive variable in class:Thread
1106 if not t.daemon and t.is_alive():
/external/python/cpython3/Lib/
H A Dthreading.py802 def _reset_internal_locks(self, is_alive):
806 if is_alive:
819 self.is_alive() # easy way to get ._is_stopped set when appropriate
967 # After calling ._stop(), .is_alive() returns False and .join() returns
973 # and .is_alive(). Any number of threads _may_ call ._stop()
1104 def is_alive(self): member in class:Thread
1118 isAlive = is_alive
1220 def is_alive(self): member in class:_DummyThread
1300 if not t.daemon and t.is_alive():
/external/tensorflow/tensorflow/python/framework/
H A Dtest_util.py961 def is_alive(self): member in class:TensorFlowTestCase._CheckedThread
970 return self._thread.is_alive()
987 if self.is_alive():

Completed in 196 milliseconds