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