A dynamic time-triggered task scheduling method and system
By introducing a time-triggered scheduler with a dynamic timetable and a decision-execution separation architecture into the Linux kernel, the problem of flexibility and determinism in task scheduling in hybrid critical systems is solved, achieving low-latency and high-real-time task scheduling performance.
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- XIDIAN UNIV
- Filing Date
- 2026-02-11
- Publication Date
- 2026-05-29
AI Technical Summary
Traditional real-time operating system scheduling methods struggle to simultaneously meet the deterministic requirements of highly critical tasks and the flexibility needs of low-critical tasks in hybrid critical systems. Static time-triggered scheduling cannot adapt to dynamic task changes and incurs significant computational overhead and scheduling latency.
A time-triggered scheduler supporting dynamic schedules is added to the Linux kernel. A decision-execution separation architecture is adopted, and dynamic schedules are generated through asynchronous work queues. Combined with atomic release and pre-caching mechanisms, the generation of dynamic schedules and task execution are decoupled.
It achieves stable and low-latency task scheduling, while also possessing high real-time performance and high flexibility. It can adapt to scenarios where tasks are dynamically added and removed, reducing scheduling latency and jitter.
Smart Images

Figure CN122111606A_ABST