Searched defs:wait_for_stop (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/training/ |
D | coordinator_test.py | 30 def StopOnEvent(coord, wait_for_stop, set_when_stopped): argument 36 def RaiseOnEvent(coord, wait_for_stop, set_when_stopped, ex, report_exception): argument 50 def RaiseOnEventUsingContextHandler(coord, wait_for_stop, set_when_stopped, ex): argument
|
D | coordinator.py | 301 def wait_for_stop(self, timeout=None): member in Coordinator
|
D | supervisor.py | 881 def wait_for_stop(self): member in Supervisor
|
/external/llvm-project/lldb/test/API/macosx/thread-names/ |
D | TestInterruptThreadNames.py | 109 def wait_for_stop(self, process, listener): member in TestInterruptThreadNames
|