zephyr/arch/posix/include
Dmitrii Golovanov 68d1a52417 posix: sched: Implement get APIs for scheduling parameters
Initial implementation of `sched_getparam()` and `sched_getscheduler()`
POSIX APIs as a part of PSE53 `_POSIX_PRIORITY_SCHEDULING` option group.
Both functions are actually placeholders and just return `ENOSYS`
since Zephyr does not yet support processes or process scheduling.

Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
2024-01-15 09:57:44 +01:00
..
asm_inline_gcc.h
asm_inline.h
kernel_arch_data.h
kernel_arch_func.h
offsets_short_arch.h
posix_arch_internal.h
posix_cheats.h posix: sched: Implement get APIs for scheduling parameters 2024-01-15 09:57:44 +01:00
posix_core.h arch POSIX: Refactor into a top and bottom 2023-06-23 12:16:26 +02:00