Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YatSenOS/YatSenOS-Tutorial-Volume-1
/ second_thread
Function
second_thread
lab5/src/4/src/kernel/setup.cpp:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
}
20
void second_thread(void *arg) {
21
printf(
"pid %d name \"
%s\
": Hello World!\n"
, programManager.running->pid, programManager.running->name);
22
}
23
void first_thread(void *arg)
24
{
25
// 第1个线程不可以返回
Callers
nothing calls this directly
Calls
1
printf
Function · 0.70
Tested by
no test coverage detected