zephyr/lib/posix
Gaetan Perrot a897c1c7d9 posix: sched: Implement sched_rr_get_interval
Implement `sched_rr_get_interval()` POSIX APIs
as a part of PSE53 `_POSIX_PRIORITY_SCHEDULING` option group.
Functions is actually placeholders and just return `ENOSYS`
since Zephyr does not yet support processes or process scheduling.

signed-off-by: Gaetan Perrot <gaetanperrotpro@gmail.com>
2024-02-02 12:42:50 +01:00
..
options posix: sched: Implement sched_rr_get_interval 2024-02-02 12:42:50 +01:00
shell posix: separate shell utilities and posix api implementation 2024-02-01 05:26:24 -05:00
CMakeLists.txt posix: separate shell utilities and posix api implementation 2024-02-01 05:26:24 -05:00
Kconfig posix: separate shell utilities and posix api implementation 2024-02-01 05:26:24 -05:00