Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
void OSInitThreadQueue(OSThreadQueue* queue)
143
{
144
queue->head = queue->tail = NULL;
145
}
146
147
OSThread* OSGetCurrentThread()
148
{
Callers
8
__AXOutInitDSP
Function · 0.85
__OSThreadInit
Function · 0.85
OSInitMessageQueue
Function · 0.85
__GXPEInit
Function · 0.85
DVDInit
Function · 0.85
ETHInit
Function · 0.85
CARDInit
Function · 0.85
VIInit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected