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

Function OSInitThreadQueueEx

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

Source from the content-addressed store, hash-verified

1473 }
1474
1475 void OSInitThreadQueueEx(OSThreadQueue* threadQueue, void* userData)
1476 {
1477 threadQueue->head = nullptr;
1478 threadQueue->tail = nullptr;
1479 threadQueue->userData = userData;
1480 threadQueue->ukn0C = 0;
1481 }
1482
1483 /* Thread terminator threads (for calling thread deallocators) */
1484 struct TerminatorThread

Callers 7

OSInitEventFunction · 0.85
OSInitMutexExFunction · 0.85
OSInitCondFunction · 0.85
OSInitSemaphoreExFunction · 0.85
OSFastCond_InitFunction · 0.85
__OSThreadInitFunction · 0.85
OSInitMessageQueueExFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected