seL4/include/api
Anna Lyons a99a10408d SELFOUR-279: rename Wait -> Recv, add wrappers for seL4_Poll and seL4_Wait for notification objects.
This commit deprecates seL4_ReplyWait, removes seL4_NBwait completely,
and changes the return type of seL4_Wait to void (seL4_Wait should be
used for notification objects, and seL4_Recv should be used where
seL4_Wait was used previously for endpoints).
2015-11-20 15:28:18 +11:00
..
constants.h Use CONFIG_NUM_PRIORITIES when defining seL4_MaxPrio (Fixes SELFOUR-261) 2015-07-28 15:10:16 +10:00
errors.h Release snapshot 2014-07-18 05:03:59 +10:00
failures.h Release snapshot 2014-07-18 05:03:59 +10:00
faults.h Release snapshot 2014-07-18 05:03:59 +10:00
Makefile Release snapshot 2014-07-18 05:03:59 +10:00
objecttype.h AEP -> Notification: deprecate old API syscalls, functions and constants that refer to AEP's and introduce new ones that refer to Notifications 2015-10-13 13:26:04 +11:00
syscall.h Release snapshot 2014-07-18 05:03:59 +10:00
syscall.xml SELFOUR-279: rename Wait -> Recv, add wrappers for seL4_Poll and seL4_Wait for notification objects. 2015-11-20 15:28:18 +11:00
syscall.xsd Config sections in syscall.xml files take a condition which is passed to #if. 2015-09-03 11:39:31 +10:00
types.bf Release snapshot 2014-07-18 05:03:59 +10:00
types.h Add ability to set a human readable thread name when running kernel in debug mode 2015-05-14 09:32:58 +10:00