MCPcopy 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
100void ThreadSleepMs( u32 ms )
101{
102 sceKernelDelayThread( ms * 1000 ); // Delay is specified in microseconds
103}
104
105void ThreadSleepTicks( u32 ticks )
106{

Callers 4

OnSelectedMethod · 0.50
DLDebugger_ProcessFunction · 0.50
AudioSyncFunctionMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected