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.h arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
asm_inline_gcc.h everywhere: fix typos 2022-03-14 20:22:24 -04:00
kernel_arch_data.h kernel: add Z_STACK_PTR_ALIGN ARCH_STACK_PTR_ALIGN 2020-04-21 18:45:45 -04:00
kernel_arch_func.h kernel: update arch_switch_to_main_thread() 2020-07-30 21:11:14 -04:00
offsets_short_arch.h arch: posix: Remove unused offset symbols 2023-02-23 16:44:07 +01:00
posix_arch_internal.h include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00
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