Searched refs:stampcache (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | runqueue.py | 1856 self.stampcache = {} 2243 if self.rq.check_stamp_task(task, taskname, cache=self.stampcache): 2329 if self.rq.check_stamp_task(task, taskname, cache=self.stampcache): 2654 if tid in self.stampcache: 2655 del self.stampcache[tid] 2831 if self.rq.check_stamp_task(tid, taskname, cache=self.stampcache): 3054 def check_setscene_stamps(tid, rqdata, rq, stampcache, noexecstamp=False): argument 3064 if rq.check_stamp_task(tid, taskname + "_setscene", cache=stampcache): 3068 if rq.check_stamp_task(tid, taskname, recurse = True, cache=stampcache): 3074 def update_scenequeue_data(tids, sqdata, rqdata, rq, cooker, stampcache, sqrq, summary=True): argument [all …]
|