rCore-Tutorial-v3/ch4/os/syscall/process/sidebar-items.js

1 line
222 B
JavaScript
Raw Normal View History

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