rCore-Tutorial-v3/ch5/os/task/manager/sidebar-items.js
2022-07-25 04:12:55 +00:00

1 line
233 B
JavaScript

window.SIDEBAR_ITEMS = {"fn":[["add_task","Interface offered to add task"],["fetch_task","Interface offered to pop the first task"]],"struct":[["TASK_MANAGER",""],["TaskManager","A array of `TaskControlBlock` that is thread-safe"]]};