MCPcopy Create free account
hub / github.com/YatSenOS/YatSenOS-Tutorial-Volume-1 / exit

Function exit

lab8/src/5/src/kernel/syscall.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void exit(int ret) {
44 asm_system_call(3, ret);
45}
46
47void syscall_exit(int ret) {
48 programManager.exit(ret);

Callers 1

second_threadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected