Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
void exit(int ret) {
44
asm_system_call(3, ret);
45
}
46
47
void syscall_exit(int ret) {
48
programManager.exit(ret);
Callers
3
first_process
Function · 0.70
test_failed
Function · 0.50
main
Function · 0.50
Calls
no outgoing calls
Tested by
2
test_failed
Function · 0.40
main
Function · 0.40