Searched refs:mc_from_tid (Results 1 – 4 of 4) sorted by relevance
41 def mc_from_tid(tid): function1246 dc = bb.parse.siggen.get_data_caches(self.dataCaches, mc_from_tid(tid))1614 mc = bb.runqueue.mc_from_tid(fn)2289 thismc = mc_from_tid(dep)2299 mc = mc_from_tid(task)2416 dc = bb.parse.siggen.get_data_caches(self.rqdata.dataCaches, mc_from_tid(tid))2531 if mc_from_tid(tid) != mc:2866 sqdata.multiconfigs.add(mc_from_tid(tid))2880 if mc_from_tid(tid) != mc:
545 mc = bb.runqueue.mc_from_tid(fn)
442 mc = bb.runqueue.mc_from_tid(tid)
190 depnames = [ recipename_from_dep(x) for x in deps if mc == bb.runqueue.mc_from_tid(x)]