Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dsstatesig.py237 fn = bb.runqueue.fn_from_tid(tid)
249 … sortedtid = sorted(types[t], key=lambda tid: self.lockedpnmap[bb.runqueue.fn_from_tid(tid)])
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Drunqueue.py35 def fn_from_tid(tid): function
838 cumulativedeps[dep].add(fn_from_tid(tid))
998 wanttid = "{0}:{1}".format(fn_from_tid(tid), task)
1128 fn = fn_from_tid(tid)
1132 fn = fn_from_tid(dep)
1208 fn = fn_from_tid(tid)
1625 fn = fn_from_tid(tid)
2994 self.taskfile = fn_from_tid(task)
3007 self.taskfile = fn_from_tid(task)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/runqueue-tests/classes/
H A Dbase.bbclass239 …n = os.path.basename(bb.runqueue.fn_from_tid(tid)).split(".")[0] + ":do_" + bb.runqueue.taskname_f…
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dsstate.bbclass1045 …evdata['missed'].append((bb.runqueue.fn_from_tid(tid), bb.runqueue.taskname_from_tid(tid), gethash…
1048 …evdata['found'].append((bb.runqueue.fn_from_tid(tid), bb.runqueue.taskname_from_tid(tid), gethash(…