Home
last modified time | relevance | path

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

/external/bart/bart/sched/
DSchedAssert.py590 agg = self._aggregator(sched_funcs.first_cpu)
611 first_cpu = self.getFirstCpu(window=window)
613 return first_cpu in cpus
Dfunctions.py199 def first_cpu(series, window=None): function