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/6/src/kernel/setup.cpp:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void second_thread(void *arg)
70
{
71
printf(
"thread exit\n"
);
72
//exit(0);
73
}
74
75
void first_thread(void *arg)
76
{
Callers
nothing calls this directly
Calls
1
printf
Function · 0.70
Tested by
no test coverage detected