Question: Structured Clock - Driven Scheduling T 1 = ( 4 , 1 ) , T 2 = ( 5 , 1 ) , T 3

Structured Clock-Driven Scheduling
T1=(4,1),T2=(5,1),T3=(10,2)
Input: Stored scheduling table L(k) for k=0,1,dots,F-1.
Task CYCLIC_SCHEDULER:
t:=0;?? current time
k:=0; //frame number
loop FOREVER
accept clock interrupt;
current Block :=L(k);
t++;
k:=tmodF;
execute currentTask;
sleep until the next clock interrupt;
end loop
end CYCLIC_SCHEDULER
 Structured Clock-Driven Scheduling T1=(4,1),T2=(5,1),T3=(10,2) Input: Stored scheduling table L(k) for k=0,1,dots,F-1.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!