MCPcopy Create free account
hub / github.com/OpenDUNE/OpenDUNE / SleepAndProcessBackgroundTasks

Function SleepAndProcessBackgroundTasks

src/timer.c:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133
134#if defined(TOS) || defined(DOS)
135void SleepAndProcessBackgroundTasks(void)
136{
137 Timer_InterruptRun(0);
138}
139
140#elif !defined(_WIN32) || defined(WITH_SDL) || defined(WITH_SDL2)
141#if defined(_WIN32)

Callers

nothing calls this directly

Calls 2

Timer_InterruptRunFunction · 0.85
WarningFunction · 0.50

Tested by

no test coverage detected