Searched refs:send_pickled_data (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | runqueue.py | 1339 def send_pickled_data(worker, data, name): member in RunQueue 1385 RunQueue.send_pickled_data(worker, self.cooker.configuration, "cookerconfig") 1386 RunQueue.send_pickled_data(worker, self.cooker.extraconfigdata, "extraconfigdata") 1387 RunQueue.send_pickled_data(worker, workerdata, "workerdata") 1397 RunQueue.send_pickled_data(worker.process, b"", "quit") 1960 RunQueue.send_pickled_data(self.rq.worker[mc].process, b"", "finishnow") 1967 RunQueue.send_pickled_data(self.rq.fakeworker[mc].process, b"", "finishnow") 2278 RunQueue.send_pickled_data(self.rq.fakeworker[mc].process, runtask, "runtask") 2281 RunQueue.send_pickled_data(self.rq.worker[mc].process, runtask, "runtask") 2379 RunQueue.send_pickled_data(self.rq.fakeworker[mc].process, runtask, "runtask") [all …]
|