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

Function exit

lab8/src/6/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 3

first_processFunction · 0.70
test_failedFunction · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by 2

test_failedFunction · 0.40
mainFunction · 0.40