Library prosa.model.task.preemption.fully_nonpreemptive

Fully Non-Preemptive Task Model

In this module, we instantiate the task model in which jobs cannot be preempted once they have commenced execution.
Consider any type of tasks with WCET bounds.
  Context {Task : TaskType}.
  Context `{TaskCost Task}.

In the fully non-preemptive model, no job can be preempted until its completion. The maximal non-preemptive segment of a job j has length job_cost j, which is bounded by task_cost tsk.

Run-to-Completion Threshold

In this section, we instantiate the task-level run-to-completion threshold for the fully non-preemptive model.
Consider any type of tasks.
  Context {Task : TaskType}.

In the fully non-preemptive model, no job can be preempted prior to its completion. In other words, once a job starts running, it is guaranteed to finish. Thus, we can set the task-level run-to-completion threshold to ε.