MCPcopy 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
55int syscall_wait(int *retval) {
56 return programManager.wait(retval);
57}
58
59void move_cursor(int i, int j) {
60 asm_system_call(5, i, j);

Callers

nothing calls this directly

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected