MCPcopy 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
337void __OSReschedule()
338{
339 if (!RunQueueHint)
340 {
341 return;
342 }
343
344 SelectThread(FALSE);
345}
346
347void OSYieldThread(void)
348{

Callers 8

OSCancelThreadFunction · 0.85
OSResumeThreadFunction · 0.85
OSSuspendThreadFunction · 0.85
OSSleepThreadFunction · 0.85
OSWakeupThreadFunction · 0.85
__OSDispatchInterruptFunction · 0.85
__OSUnhandledExceptionFunction · 0.85

Calls 1

SelectThreadFunction · 0.85

Tested by

no test coverage detected