Home
last modified time | relevance | path

Searched refs:_join_threads (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Ddistribute_coordinator_test.py273 def _join_threads(self, threads): member in DistributeCoordinatorTestBase
605 self._join_threads([threads[WORKER][0]])
616 self._join_threads(threads[WORKER])
630 self._join_threads(threads[WORKER])
646 self._join_threads(threads[WORKER])
684 self._join_threads(threads[WORKER])
708 self._join_threads(threads[WORKER])
743 self._join_threads(threads[WORKER])
744 self._join_threads([threads[EVALUATOR][0]])
/external/python/cpython3/Lib/asyncio/
Dunix_events.py1347 self._join_threads()
1349 def _join_threads(self): member in ThreadedChildWatcher