Exemple #1
0
 def init(self):
     PartitionedScheduler.init(self,
                               SchedulerInfo("simso.schedulers.RM_mono"))
Exemple #2
0
 def init(self):
     PartitionedScheduler.init(
         self, SchedulerInfo("RM_mono", RM_mono))
Exemple #3
0
 def init(self):
     PartitionedScheduler.init(self, SchedulerInfo("simso.schedulers.EDF_mono"))
Exemple #4
0
 def init(self):
     PartitionedScheduler.init(self,
                               SchedulerInfo("simso.schedulers.EDF_mono"),
                               decreasing_worst_fit)
Exemple #5
0
 def init(self):
     PartitionedScheduler.init(self, SchedulerInfo("EDF_mono", EDF_mono))
Exemple #6
0
 def init(self):
     PartitionedScheduler.init(
         self, SchedulerInfo("simso.schedulers.EDF_mono"), decreasing_first_fit)
Exemple #7
0
 def init(self):
     PartitionedScheduler.init(self, SchedulerInfo("EDF_mono", EDF_mono))
Exemple #8
0
 def init(self):
     PartitionedScheduler.init(
         self, SchedulerInfo("EDF_mono", EDF_mono), decreasing_worst_fit)