HomeSort by relevance Sort by last modified time
    Searched refs:wait_on_drones (Results 1 - 2 of 2) sorted by null

  /external/autotest/scheduler/
thread_lib.py 17 3. wait_on_drones: Waits for all worker threads started by execute to finish
74 def wait_on_drones(self): member in class:ThreadedTaskQueue
115 self.wait_on_drones()
150 'through wait_on_drones' % self.drone_threads)
thread_lib_unittest.py 117 target=task_queue.wait_on_drones)
133 # Call wait_on_drones after the child thread has exited.
139 task_queue.wait_on_drones()
155 self.god.stub_function(task_queue, 'wait_on_drones')
156 task_queue.wait_on_drones.expect_call()
167 task_queue.wait_on_drones.expect_call()

Completed in 308 milliseconds