MCPcopy 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
147OSThread* OSGetCurrentThread()
148{
149 return __OSCurrentThread;
150}
151
152inline void __OSSwitchThread(OSThread* nextThread)
153{

Callers 4

SelectThreadFunction · 0.85
OSSleepThreadFunction · 0.85
__GXFifoInitFunction · 0.85
GXSetCurrentGXThreadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected