| Commit message (Collapse) | Author | Age |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Merging library branches for EDF-fm, EDF-WM, and NPS-F scheduling
algorithms.
This version of the library will compile against litmus2010 with all
plugins merged (wip-semi-part).
Conflicts:
SConstruct
include/litmus.h
src/litmus.c
|
| |
| |
| |
| |
| | |
As rtspin_edfwm rt_launch_edfwm reads each task information from a text
file (same format as rtspin_edfwm).
|
| |
| |
| |
| |
| | |
Usage of union and proper per-semi-part algo structures forces a
modification of the APIs used by rtspin and rt_launch.
|
| |
| |
| |
| |
| | |
- comply with new add_server() API
- fix wrong order in parameters for rt_launch_npsf.c
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
| |
how their execution budgets should be enforced: NO_ENFORCEMENT,
QUANTUM_ENFORCEMENT, and PRECISE_ENFORCEMENT (unsupported).
NOTE: Users of NO_ENFORCEMENT must call sleep_next_period() at the
end of every job to signal to the kernel that its job is complete.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- use declarations from kernel
- get rid of stuipd system call macros
|
|
|