Research Article

A Smart Semipartitioned Real-Time Scheduling Strategy for Mixed-Criticality Systems in 6G-Based Edge Computing

Algorithm 2

Slack time collection.
Inputs:
 Executing job ;
 Slack fragment .
Output:
 The queue for collect idle time Que_Slack.
1: if finish at t0(<) then
2: if = null then
3:  q = (-);
4:  ;
5:  
6:  Insert into Que_Slack;
7: else
8:  Get q,d from sfi;
9:  ifthen
10:   Remove from Que_Slack;
11:   else ifthen
12:    Set ;
13:    Update to Que_Slack;
14:   end if
15:  end if
16: end if
17: returnQue_Slack;