MCPcopy Create free account
hub / github.com/cemu-project/Cemu / OSInitThreadQueue

Function OSInitThreadQueue

src/Cafe/OS/libs/coreinit/coreinit_Thread.cpp:1467–1473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1465 }
1466
1467 void OSInitThreadQueue(OSThreadQueue* threadQueue)
1468 {
1469 threadQueue->head = nullptr;
1470 threadQueue->tail = nullptr;
1471 threadQueue->userData = nullptr;
1472 threadQueue->ukn0C = 0;
1473 }
1474
1475 void OSInitThreadQueueEx(OSThreadQueue* threadQueue, void* userData)
1476 {

Callers 3

GX2EventInitFunction · 0.85
OSSleepTicksFunction · 0.85
InitializeThreadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected