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.py1356 def send_pickled_data(worker, data, name): member in RunQueue
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 …]