MCPcopy 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
121void ThreadSleepMs( u32 ms )
122{
123 ::Sleep( ms );
124}
125
126void ThreadSleepTicks( u32 ticks )
127{

Callers 2

AudioThreadMethod · 0.50
UpdateMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected