Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ modTimerDelayMS
Function
modTimerDelayMS
modules/base/timer/win/timer.c:239–244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
}
238
239
void modTimerDelayMS(uint32_t ms)
240
{
241
timeBeginPeriod(1);
242
Sleep(ms);
243
timeEndPeriod(1);
244
}
245
246
static VOID CALLBACK threadCleanup(PVOID p)
247
{
Callers
nothing calls this directly
Calls
1
Sleep
Class · 0.85
Tested by
no test coverage detected