Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YatSenOS/YatSenOS-Tutorial-Volume-1
/ second_thread
Function
second_thread
lab8/src/5/src/kernel/setup.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void second_thread(void *arg) {
55
printf(
"thread exit\n"
);
56
exit(0);
57
}
58
59
void first_thread(void *arg)
60
{
Callers
nothing calls this directly
Calls
2
printf
Function · 0.70
exit
Function · 0.70
Tested by
no test coverage detected