MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / OSInitThreadQueue

Function OSInitThreadQueue

src/dolphin/src/os/OSThread.c:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void OSInitThreadQueue(OSThreadQueue* queue)
143{
144 queue->head = queue->tail = NULL;
145}
146
147OSThread* OSGetCurrentThread()
148{

Callers 8

__AXOutInitDSPFunction · 0.85
__OSThreadInitFunction · 0.85
OSInitMessageQueueFunction · 0.85
__GXPEInitFunction · 0.85
DVDInitFunction · 0.85
ETHInitFunction · 0.85
CARDInitFunction · 0.85
VIInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected