Skip to content

Commit

Permalink
feat: 调度去进程化,优化进程线程依赖关系
Browse files Browse the repository at this point in the history
1.移动LosTaskCB 至los_sched_pri.h, 解决调度与task的依赖关系
2.调度去进程化

Signed-off-by: zhushengle <zhushengle@huawei.com>
Change-Id: Ibd3b618cee59f0b323e2b4fb14354c088b60b733
  • Loading branch information
satoru02v committed Mar 6, 2027
1 parent 7b12908 commit 82f3e80
Show file tree
Hide file tree
Showing 17 changed files with 741 additions and 830 deletions.
2 changes: 1 addition & 1 deletion arch/arm/arm/src/los_exc.c
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ STATIC VOID OsUserExcHandle(ExcContext *excBufAddr)
SCHEDULER_UNLOCK(intSave);
/* Exception handling All operations should be kept prior to that operation */
OsExcRestore();
OsTaskToExit(runTask, OS_PRO_EXIT_OK);
OsRunningTaskToExit(runTask, OS_PRO_EXIT_OK);
} else {
SCHEDULER_UNLOCK(intSave);

Expand Down
Loading

0 comments on commit 82f3e80

Please sign in to comment.