Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
void OSInitThreadQueue(OSThreadQueue* queue) { queue->head = queue->tail = NULL; }
129
130
OSThread* OSGetCurrentThread() { return __OSCurrentThread; }
131
Callers
11
__OSThreadInit
Function · 0.85
OSCreateThread
Function · 0.85
OSInitMessageQueue
Function · 0.85
OSInitMutex
Function · 0.85
OSInitCond
Function · 0.85
DVDInit
Function · 0.85
ETHInit
Function · 0.85
CARDInit
Function · 0.85
VIInit
Function · 0.85
JASAudioThread
Method · 0.85
JASTaskThread
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected