Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Drunner.py1785 done_queue = manager.LifoQueue()
1824 self.execute(pipeline, done_queue)
1828 inst = done_queue.get_nowait()
1925 def pipeline_mgr(self, pipeline, done_queue, lock, results): argument
1938 pb.process(pipeline, done_queue, task, lock, results)
1956 pb.process(pipeline, done_queue, task, lock, results)