MCPcopy 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
51int wait(int *retval) {
52 return asm_system_call(4, (int)retval);
53}
54
55int syscall_wait(int *retval) {
56 return programManager.wait(retval);

Callers 1

first_processFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected