Home
last modified time | relevance | path

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/
Dmultiprocessing_shim.py48 def is_alive(self): member in ProcessShim
/external/python/cpython2/Lib/multiprocessing/
Dprocess.py152 def is_alive(self): member in Process
/external/python/cpython3/Lib/
Dthreading.py803 def _reset_internal_locks(self, is_alive): argument
1080 def is_alive(self): member in Thread
1204 def is_alive(self): member in _DummyThread
/external/python/cpython3/Lib/multiprocessing/
Dprocess.py144 def is_alive(self): member in BaseProcess
/external/python/cpython2/Lib/
Dthreading.py997 is_alive = isAlive variable in Thread
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py1904 def is_alive(self): member in TensorFlowTestCase._CheckedThread