Anas Nashif
04743c9a79
posix: rename priority in sched_param struct
...
Priority member in the sched_param struct should be named
sched_priority.
Fixes #13470
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-02-19 11:24:45 -05:00
Flavio Ceolin
67ca176754
headers: Fix headers across the project
...
Any word started with underscore followed by and uppercase letter or a
second underscore is a reserved word according with C99.
Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-09-17 15:49:26 -04:00
Youvedeep Singh
7eabf1025c
kernel: POSIX: Compatibility layer for scheduler APIs.
...
This patch provides scheduler APIs for POSIX 1003.1 PSE52 standard.
Signed-off-by: Youvedeep Singh <youvedeep.singh@intel.com>
2018-02-21 19:17:28 -05:00