Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Drunqueue.py1355 def send_pickled_data(worker, data, name): member in RunQueue
1401 RunQueue.send_pickled_data(worker, self.cooker.configuration, "cookerconfig")
1402 RunQueue.send_pickled_data(worker, self.cooker.extraconfigdata, "extraconfigdata")
1403 RunQueue.send_pickled_data(worker, workerdata, "workerdata")
1413 RunQueue.send_pickled_data(worker.process, b"", "quit")
1990 RunQueue.send_pickled_data(self.rq.worker[mc].process, b"", "finishnow")
1997 RunQueue.send_pickled_data(self.rq.fakeworker[mc].process, b"", "finishnow")
2315 RunQueue.send_pickled_data(self.rq.fakeworker[mc].process, runtask, "runtask")
2318 RunQueue.send_pickled_data(self.rq.worker[mc].process, runtask, "runtask")
2416 RunQueue.send_pickled_data(self.rq.fakeworker[mc].process, runtask, "runtask")
[all …]