openharmony_kernel_liteos_a/kernel/include
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
..
los_base.h fix: fix stored typo 2021-05-21 10:16:04 +08:00
los_bitmap.h chore: update LOS_BitmapFfz comment 2021-06-22 10:22:46 +08:00
los_builddef.h refactor: 内核目录结构整理 2021-09-08 16:36:28 +08:00
los_cppsupport.h remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_cpup.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_err.h feat: 支持L1 低功耗框架 2021-11-29 11:58:47 +08:00
los_errno.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_event.h chore: fix typos 2021-06-16 14:52:06 +08:00
los_hash.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_hook.h feat: L0-L1 支持Trace 2021-08-31 20:29:45 +08:00
los_init.h refactor: 内核目录结构整理 2021-09-08 16:36:28 +08:00
los_ld_elflib.h fix:修复拼写错误 2022-03-14 22:22:56 +08:00
los_list.h fix: update LOS_DL_LIST_IS_END comment 2021-06-15 17:16:41 +08:00
los_lms.h fix: 修复3.1源码检视的问题 2022-03-09 09:34:31 +00:00
los_lockdep.h chore: 修复社区反馈问题Percpu结构体注释错误 2021-11-10 10:20:33 +08:00
los_membox.h fix: 内核内源代码检视问题修改 2022-03-17 12:33:01 +00:00
los_memory.h fix:内源代码检视拼写错误修改 2022-03-14 17:34:46 +08:00
los_mp.h feat: L0-L1 支持Perf 2021-09-28 19:28:34 +08:00
los_mux.h remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_perf.h feat: L0-L1 支持Perf 2021-09-28 19:28:34 +08:00
los_pm.h feat: 支持L1 低功耗框架 2021-11-29 11:58:47 +08:00
los_printf.h fix: newlib for liteos_a and clip for liteos_a_mini 2022-04-29 14:12:29 +08:00
los_process.h feat: support EDF 2023-04-09 19:46:26 +08:00
los_queue.h fix: fix length typo 2021-05-18 14:33:59 +08:00
los_rwlock.h !947 Fix : 版权头时间更新 2022-09-06 02:55:30 +00:00
los_sem.h IssueNo:#I3HGTM 2021-04-09 10:44:13 +08:00
los_smp.h fix: smp启动代码解耦及内存映射关系解耦 2021-08-05 16:03:43 +08:00
los_spinlock.h refactor: 对LiteOS_a内核中menuconfig开关的宏使用#ifdef/#ifndef做预编译处理 2021-07-01 09:08:18 +08:00
los_swtmr.h feat: 支持pid容器 2023-01-11 11:13:34 +08:00
los_sys.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_tables.h remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_task.h feat: support EDF 2023-04-09 19:46:26 +08:00
los_tick.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_toolchain.h fix: remove redundant headfile 2021-06-19 17:32:47 +08:00
los_trace.h feat: swtmr机制与调度分离,调度只针对通用线程,不针对特殊功能 2022-03-19 11:23:36 +08:00
los_typedef.h chore: replace YES/NO macros to 1/0 2021-11-16 01:27:06 +08:00