MCPcopy 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
239void modTimerDelayMS(uint32_t ms)
240{
241 timeBeginPeriod(1);
242 Sleep(ms);
243 timeEndPeriod(1);
244}
245
246static VOID CALLBACK threadCleanup(PVOID p)
247{

Callers

nothing calls this directly

Calls 1

SleepClass · 0.85

Tested by

no test coverage detected