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.py1846 done_queue = manager.LifoQueue()
1885 self.execute(pipeline, done_queue)
1889 inst = done_queue.get_nowait()
1986 def pipeline_mgr(self, pipeline, done_queue, lock, results): argument
1999 pb.process(pipeline, done_queue, task, lock, results)
2017 pb.process(pipeline, done_queue, task, lock, results)