openharmony_kernel_liteos_a/kernel/base/misc
zhangdengyu 13f68dcf9c feat: support EDF
方案描述:
1、liteos_a调度框架支持EDF调度算法,默认优先调度EDF策略的任务
2、用户态musl_c库适配新增调度算法,同步修改相关接口以支持用户态创建EDF进程与线程

BREAKING CHANGE:
support EDF对外变更描述:
以下接口支持SCHED_DEADLINE调度策略:
pthread_attr_getschedparam
pthread_attr_setschedparam
pthread_getschedparam
pthread_setschedparam
pthread_create
sched_getscheduler
sched_getparam
sched_setparam
sched_setscheduler

Close:#I6T3P3

Signed-off-by: zhangdengyu <zhangdengyu2@huawei.com>
Change-Id: Ic9fe6896fcae42ae4ee7fe5dfb8e858a6ed19740
2023-04-09 19:46:26 +08:00
..
kill_shellcmd.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_misc.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_stackinfo.c fix: kora工具检视问题修复 2022-03-22 13:24:07 +00:00
mempt_shellcmd.c fix:3.1代码检视 2022-03-19 20:22:59 +08:00
panic_shellcmd.c Watchdog test case repair 2021-12-14 20:28:32 +08:00
swtmr_shellcmd.c feat: swtmr机制与调度分离,调度只针对通用线程,不针对特殊功能 2022-03-19 11:23:36 +08:00
sysinfo_shellcmd.c feat: 支持IPC容器 2023-01-18 10:59:25 +08:00
task_shellcmd.c feat: support EDF 2023-04-09 19:46:26 +08:00
vm_shellcmd.c fix: remove redundant headfile 2021-06-19 17:32:47 +08:00