Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ OSYieldThread
Function
OSYieldThread
src/dolphin/src/os/OSThread.c:347–354 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
345
}
346
347
void OSYieldThread(void)
348
{
349
BOOL enabled;
350
351
enabled = OSDisableInterrupts();
352
SelectThread(TRUE);
353
OSRestoreInterrupts(enabled);
354
}
355
356
void OSCancelThread(OSThread* thread)
357
{
Callers
2
RADCB_suspend_handler
Function · 0.85
RADCB_suspend_callback
Function · 0.85
Calls
2
OSDisableInterrupts
Function · 0.85
SelectThread
Function · 0.85
Tested by
no test coverage detected