Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cemu-project/Cemu
/ OSYieldThread
Function
OSYieldThread
src/Cafe/OS/libs/coreinit/coreinit_Thread.cpp:640–643 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
638
}
639
640
void OSYieldThread()
641
{
642
PPCCore_switchToScheduler();
643
}
644
645
void _OSSleepTicks_alarmHandler(uint64 currentTick, void* context)
646
{
Callers
7
PPCCore_executeCallbackInternal
Function · 0.85
OSAcquireSpinLock
Function · 0.85
OSTryAcquireSpinLockWithTimeout
Function · 0.85
OSUninterruptibleSpinLock_Acquire
Function · 0.85
OSUninterruptibleSpinLock_TryAcquireWithTimeout
Function · 0.85
IPCDriver_AllocateResource
Function · 0.85
MPTermTaskQ
Function · 0.85
Calls
1
PPCCore_switchToScheduler
Function · 0.85
Tested by
no test coverage detected