MCPcopy 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
347void OSYieldThread(void)
348{
349 BOOL enabled;
350
351 enabled = OSDisableInterrupts();
352 SelectThread(TRUE);
353 OSRestoreInterrupts(enabled);
354}
355
356void OSCancelThread(OSThread* thread)
357{

Callers 2

RADCB_suspend_handlerFunction · 0.85
RADCB_suspend_callbackFunction · 0.85

Calls 2

OSDisableInterruptsFunction · 0.85
SelectThreadFunction · 0.85

Tested by

no test coverage detected