mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-24 18:36:24 +04:00
1 line
689 B
JavaScript
1 line
689 B
JavaScript
initSidebarItems({"fn":[["exit_current_and_run_next","exit current task, then run next task"],["mark_current_exited","exit current task"],["mark_current_suspended","suspend current task"],["run_first_task","run first task"],["run_next_task","rust next task"],["suspend_current_and_run_next","suspend current task, then run next task"]],"mod":[["context","Implementation of [`TaskContext`]"],["switch","Rust wrapper around `__switch`."],["task","Types related to task management"]],"struct":[["TASK_MANAGER","Global variable: TASK_MANAGER"],["TaskContext","Task Context"],["TaskManager","The task manager, where all the tasks are managed."],["TaskManagerInner","Inner of Task Manager"]]}); |