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/ | ||
D | multiprocessing_shim.py | 48 def is_alive(self): member in ProcessShim |
/external/python/cpython2/Lib/multiprocessing/ | ||
D | process.py | 152 def is_alive(self): member in Process |
/external/python/cpython3/Lib/ | ||
D | threading.py | 803 def _reset_internal_locks(self, is_alive): argument |
/external/python/cpython3/Lib/multiprocessing/ | ||
D | process.py | 144 def is_alive(self): member in BaseProcess |
/external/python/cpython2/Lib/ | ||
D | threading.py | 997 is_alive = isAlive variable in Thread |
/external/tensorflow/tensorflow/python/framework/ | ||
D | test_util.py | 1904 def is_alive(self): member in TensorFlowTestCase._CheckedThread |