Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YatSenOS/YatSenOS-Tutorial-Volume-1
/ syscall_wait
Function
syscall_wait
lab8/src/6/src/kernel/syscall.cpp:55–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
int syscall_wait(int *retval) {
56
return programManager.wait(retval);
57
}
Callers
nothing calls this directly
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected