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/7/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
}
58
59
void move_cursor(int i, int j) {
60
asm_system_call(5, i, j);
Callers
nothing calls this directly
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected