rCore-Tutorial-v3/ch9/os/syscall/thread/sidebar-items.js

1 line
202 B
JavaScript
Raw Normal View History

window.SIDEBAR_ITEMS = {"fn":[["sys_gettid",""],["sys_thread_create",""],["sys_waittid","thread does not exist, return -1 thread has not exited yet, return -2 otherwise, return threads exit code"]]};