Earliest Deadline Scheduling

Hi all, I am trying to implement Earliest deadline scheduling algorithm using MCBSTR9 board using RTX kernel. Can anybody tell me how to calculate the deadline of the current executing task when another task comes into active state for assigning the priorities of the tasks according to the deadline?

Thanks and regards
S.Pradeep

Parents
  • Yes. The deadline of the currently executing task is identical to its deadline when it started running. The deadline is the "time" that the task needs to be completed by and this does not change not matter how long the task runs (that is until the task completes and no longer has a deadline)

Reply
  • Yes. The deadline of the currently executing task is identical to its deadline when it started running. The deadline is the "time" that the task needs to be completed by and this does not change not matter how long the task runs (that is until the task completes and no longer has a deadline)

Children
More questions in this forum