MCPcopy Create free account
hub / github.com/YatSenOS/YatSenOS-Tutorial-Volume-1 / a_naughty_boy

Function a_naughty_boy

lab6/src/1/src/kernel/setup.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void a_naughty_boy(void *arg)
35{
36 printf("boy : Look what I found!\n");
37 // eat all cheese_burgers out secretly
38 cheese_burger -= 10;
39 // run away as fast as possible
40}
41
42void first_thread(void *arg)
43{

Callers

nothing calls this directly

Calls 1

printfFunction · 0.70

Tested by

no test coverage detected