Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ OSGetCurrentThread
Function
OSGetCurrentThread
src/dolphin/src/os/OSThread.c:147–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
OSThread* OSGetCurrentThread()
148
{
149
return __OSCurrentThread;
150
}
151
152
inline void __OSSwitchThread(OSThread* nextThread)
153
{
Callers
4
SelectThread
Function · 0.85
OSSleepThread
Function · 0.85
__GXFifoInit
Function · 0.85
GXSetCurrentGXThread
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected