rCore-Tutorial-v3/ch5/os/task/manager/sidebar-items.js

1 line
233 B
JavaScript
Raw Normal View History

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"]]};