MCPcopy 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
54void second_thread(void *arg) {
55 printf("thread exit\n");
56 exit(0);
57}
58
59void first_thread(void *arg)
60{

Callers

nothing calls this directly

Calls 2

printfFunction · 0.70
exitFunction · 0.70

Tested by

no test coverage detected