Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Drunqueue.py1389 def check_stamp_task(self, tid, taskname = None, recurse = False, cache = None): member in RunQueue
1448 iscurrent = self.check_stamp_task(dep, recurse=True, cache=cache)
2120 … if self.rq.check_stamp_task(task, taskname_from_tid(task), recurse = True, cache=self.stampcache):
2130 if self.rq.check_stamp_task(task, taskname, cache=self.stampcache):
2202 if self.rq.check_stamp_task(task, taskname, cache=self.stampcache):
2669 if self.rq.check_stamp_task(tid, taskname, cache=self.stampcache):
2915 if rq.check_stamp_task(tid, taskname + "_setscene", cache=stampcache):
2919 if rq.check_stamp_task(tid, taskname, recurse = True, cache=stampcache):