Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ OSSetCurrentThread
Function
OSSetCurrentThread
src/dolphin/src/os/OSThread.c:98–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
static inline void OSSetCurrentThread(OSThread* thread)
99
{
100
SwitchThreadCallback(__OSCurrentThread, thread);
101
__OSCurrentThread = thread;
102
}
103
104
void __OSThreadInit()
105
{
Callers
2
__OSThreadInit
Function · 0.85
__OSSwitchThread
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected