MCPcopy 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
98static inline void OSSetCurrentThread(OSThread* thread)
99{
100 SwitchThreadCallback(__OSCurrentThread, thread);
101 __OSCurrentThread = thread;
102}
103
104void __OSThreadInit()
105{

Callers 2

__OSThreadInitFunction · 0.85
__OSSwitchThreadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected