zephyr/arch/posix
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
..
core arch posix: annotate posix_exit and nsi_exit as noreturn 2023-11-22 09:52:52 +01:00
include posix: sched: Implement get APIs for scheduling parameters 2024-01-15 09:57:44 +01:00
CMakeLists.txt native_simulator: Allow to pass extra options for localizing symbols 2023-12-06 09:25:41 +00:00
Kconfig arch: posix: break debugger on fatal error 2023-08-04 14:15:19 +02:00
Linux.aarch64.cmake scripts: move user_wordsize.py to scripts/build/user_wordsize.py 2022-07-12 10:03:45 +02:00