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