seL4/include/object
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
..
cnode.h SELFOUR-114: remove duplication of seL4_MessageInfo_t, adjust naming to avoid cparser mangling 2016-01-11 11:16:08 +11:00
endpoint.h SELFOUR-317: rename async endpoint to notification object, and other 2015-11-09 17:18:43 +11:00
interrupt.h x86: IOAPIC/MSI syscalls 2016-02-02 15:58:18 +11:00
notification.h SELFOUR-317: rename async endpoint to notification object, and other 2015-11-09 17:18:43 +11:00
objecttype.h SELFOUR-421 Introduce explicit device frames and untypeds 2016-09-23 14:15:08 +10:00
structures.h SELFOUR-276: Add MCP field to threads. 2016-10-05 11:11:19 +11:00
structures_32.bf SELFOUR-421 Introduce explicit device frames and untypeds 2016-09-23 14:15:08 +10:00
tcb.h SELFOUR-276: Add MCP field to threads. 2016-10-05 11:11:19 +11:00
untyped.h SELFOUR-421 Introduce explicit device frames and untypeds 2016-09-23 14:15:08 +10:00