Skip to content
Commit 4a2e50f6 authored by Andy Ross's avatar Andy Ross Committed by Anas Nashif
Browse files

kernel: Earliest-deadline-first scheduling policy



Very simple implementation of deadline scheduling.  Works by storing a
single word in each thread containing a deadline, setting it (as a
delta from "now") via a single new API call, and using it as extra
input to the existing thread priority comparison function when
priorities are equal.

Signed-off-by: default avatarAndy Ross <andrew.j.ross@intel.com>
parent 7aa25fa5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment