seL4/include/kernel
Anna Lyons 7336303b7f SELFOUR-276: Add MCP field to threads.
Where MCP = Maximum Controlled Priority

This commit adds:

* seL4_TCB_SetMCPriority

and changes the arguments to

* seL4_TCB_Configure

As of this commit, a thread cannot create or set a threads
priority (including itself) above its mcp. Previously the kernel
did this check against a threads priority, which prevented a thread
from setting it's own priority down and then up again.
2016-10-05 11:11:19 +11:00
..
boot.h SELFOUR-421 Introduce explicit device frames and untypeds 2016-09-23 14:15:08 +10:00
cspace.h unsigned int -> word_t 2015-12-10 10:45:21 +11:00
faulthandler.h Release snapshot 2014-07-18 05:03:59 +10:00
thread.h SELFOUR-276: Add MCP field to threads. 2016-10-05 11:11:19 +11:00
traps.h SELFOUR-615: arm entry point stubs 2016-08-24 10:42:36 +10:00
vspace.h SELFOUR-518: User-level log buffer 2016-08-15 15:06:38 +10:00