rCore-Tutorial-v3/ch3/os/syscall/process/sidebar-items.js
2022-07-25 03:52:09 +00:00

1 line
190 B
JavaScript

window.SIDEBAR_ITEMS = {"fn":[["sys_exit","task exits and submit an exit code"],["sys_get_time","get time in milliseconds"],["sys_yield","current task gives up resources for other tasks"]]};