MCPcopy 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
69void second_thread(void *arg)
70{
71 printf("thread exit\n");
72 //exit(0);
73}
74
75void first_thread(void *arg)
76{

Callers

nothing calls this directly

Calls 1

printfFunction · 0.70

Tested by

no test coverage detected