MCPcopy Create free account
hub / github.com/doldecomp/mkdd / OSInitThreadQueue

Function OSInitThreadQueue

libs/dolphin/os/OSThread.c:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void OSInitThreadQueue(OSThreadQueue* queue) { queue->head = queue->tail = NULL; }
129
130OSThread* OSGetCurrentThread() { return __OSCurrentThread; }
131

Callers 11

__OSThreadInitFunction · 0.85
OSCreateThreadFunction · 0.85
OSInitMessageQueueFunction · 0.85
OSInitMutexFunction · 0.85
OSInitCondFunction · 0.85
DVDInitFunction · 0.85
ETHInitFunction · 0.85
CARDInitFunction · 0.85
VIInitFunction · 0.85
JASAudioThreadMethod · 0.85
JASTaskThreadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected