MCPcopy 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
55int syscall_wait(int *retval) {
56 return programManager.wait(retval);
57}

Callers

nothing calls this directly

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected