nuttx/libs/libc/sched
Xiang Xiao 631a8da1e2 sched: Map SCHED_OTHER to SCHED_FIFO or SCHED_RR
this behaviour is explicitly specified here:
https://pubs.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_08.html
and map SCHED_NORMAL to SCHED_OTHER like Linux:
https://man7.org/linux/man-pages/man7/sched.7.html

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-01-30 03:01:03 +02:00
..
clock_ticks2time.c Move timespec calculations from sched into libc/sched 2021-11-04 13:19:01 -05:00
clock_time2ticks.c Move timespec calculations from sched into libc/sched 2021-11-04 13:19:01 -05:00
clock_timespec_add.c Move timespec calculations from sched into libc/sched 2021-11-04 13:19:01 -05:00
clock_timespec_subtract.c Move timespec calculations from sched into libc/sched 2021-11-04 13:19:01 -05:00
Make.defs libc: Move cxx_initialize.c from libc/sched/ to libc/misc 2022-05-04 08:58:43 +02:00
sched_backtrace.c sched: Guard backtrace related code correctly 2022-10-11 00:01:35 +02:00
sched_cpucount.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
sched_dumpstack.c sched/dumpstack: Print "backtrace:" only in the first iteration 2022-03-23 07:26:19 +09:00
sched_getprioritymax.c sched: Map SCHED_OTHER to SCHED_FIFO or SCHED_RR 2023-01-30 03:01:03 +02:00
sched_getprioritymin.c sched: Map SCHED_OTHER to SCHED_FIFO or SCHED_RR 2023-01-30 03:01:03 +02:00
task_setcanceltype.c Fix various typos 2022-07-08 02:15:54 +08:00
task_startup.c libc: Move cxx_initialize.c from libc/sched/ to libc/misc 2022-05-04 08:58:43 +02:00
task_testcancel.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00