The schedulability of systems using fixed priority pre-emptive scheduling can be improved by the use of non-pre-emptive regions at the end of each task's execution; an approach referred to as deferred pre-emption. Choosing the appropriate length for the final non-pre-emptive region of each task is a trade-off between improving the worst-case response time of the task itself and increasing the amount of blocking imposed on higher priority tasks. In this paper we present an optimal algorithm for determining both the priority ordering of tasks and the lengths of their final non-pre-emptive regions. This algorithm is optimal for fixed priority scheduling with deferred pre-emption, in the sense that it is guaranteed to find a schedulable combination of priority ordering and final non-pre-emptive region lengths if such a schedulable combination exists.

BibTex Entry

@inproceedings{Davis2012d,
 author = {R.I. Davis and M. Bertogna},
 booktitle = {In proceedings 33rd IEEE Real-Time Systems Symposium},
 title = {Optimal Fixed Priority Scheduling with Deferred Pre-emption},
 year = {2012}
}