Searched refs:RunQueue (Results 1 – 6 of 6) sorted by relevance
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | runqueue.py | 1330 class RunQueue: class 1402 RunQueue.send_pickled_data(worker, self.cooker.configuration, "cookerconfig") 1403 RunQueue.send_pickled_data(worker, self.cooker.extraconfigdata, "extraconfigdata") 1404 RunQueue.send_pickled_data(worker, workerdata, "workerdata") 1414 RunQueue.send_pickled_data(worker.process, b"", "quit") 1991 RunQueue.send_pickled_data(self.rq.worker[mc].process, b"", "finishnow") 1998 RunQueue.send_pickled_data(self.rq.fakeworker[mc].process, b"", "finishnow") 2316 RunQueue.send_pickled_data(self.rq.fakeworker[mc].process, runtask, "runtask") 2319 RunQueue.send_pickled_data(self.rq.worker[mc].process, runtask, "runtask") 2417 RunQueue.send_pickled_data(self.rq.fakeworker[mc].process, runtask, "runtask") [all …]
|
| H A D | cooker.py | 714 rq = bb.runqueue.RunQueue(self, self.data, self.recipecaches, taskdata, runlist) 1400 rq = bb.runqueue.RunQueue(self, self.data, self.recipecaches, taskdata, runlist) 1452 rq = bb.runqueue.RunQueue(self, self.data, self.recipecaches, taskdata, runlist) 1541 rq = bb.runqueue.RunQueue(self, self.data, self.recipecaches, taskdata, runlist)
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | upgrading-recipes.rst | 275 NOTE: Executing RunQueue Tasks 300 NOTE: Executing RunQueue Tasks
|
| H A D | wic.rst | 569 NOTE: Executing RunQueue Tasks
|
| /openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-execution.rst | 719 "BitBake.RunQueue.HashEquiv": {
|
| /openbmc/openbmc/poky/documentation/kernel-dev/ |
| H A D | common.rst | 132 NOTE: Executing RunQueue Tasks 1306 NOTE: Executing RunQueue Tasks
|