aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/budget.h
Commit message (Collapse)AuthorAge
* Litmus core: add plugin-independent precise budget enforcement infrastructureBjoern B. Brandenburg2010-10-19
Simple logic: if a task requires precise enforcement, then program a hr-timer to fire when the task must be descheduled. When the timer fires, simply activate the scheduler. When we switch to a different task, either reprogram the timer or cancel it.