Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ __OSReschedule
Function
__OSReschedule
src/dolphin/src/os/OSThread.c:337–345 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
335
}
336
337
void __OSReschedule()
338
{
339
if (!RunQueueHint)
340
{
341
return;
342
}
343
344
SelectThread(FALSE);
345
}
346
347
void OSYieldThread(void)
348
{
Callers
8
OSCancelThread
Function · 0.85
OSResumeThread
Function · 0.85
OSSuspendThread
Function · 0.85
OSSleepThread
Function · 0.85
OSWakeupThread
Function · 0.85
__OSDispatchInterrupt
Function · 0.85
DecrementerExceptionCallback
Function · 0.85
__OSUnhandledException
Function · 0.85
Calls
1
SelectThread
Function · 0.85
Tested by
no test coverage detected