Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ ThreadSleepMs
Function
ThreadSleepMs
Source/SysPSP/Utility/ThreadPSP.cpp:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
void ThreadSleepMs( u32 ms )
101
{
102
sceKernelDelayThread( ms * 1000 ); // Delay is specified in microseconds
103
}
104
105
void ThreadSleepTicks( u32 ticks )
106
{
Callers
4
OnSelected
Method · 0.50
DLDebugger_Process
Function · 0.50
AudioSyncFunction
Method · 0.50
DAEDALUS_THREAD_CALL_TYPE WebDebugThread
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected