Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ ThreadSleepMs
Function
ThreadSleepMs
Source/SysW32/Utility/ThreadW32.cpp:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
void ThreadSleepMs( u32 ms )
122
{
123
::Sleep( ms );
124
}
125
126
void ThreadSleepTicks( u32 ticks )
127
{
Callers
2
AudioThread
Method · 0.50
Update
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected