MCPcopy Create free account
hub / github.com/Croteam-official/Serious-Engine / CTimer_TimerFunc_internal

Function CTimer_TimerFunc_internal

Sources/Engine/Base/Timer.cpp:85–119  ·  view source on GitHub ↗

* Timer interrupt callback function. */ NOTE: This function is a bit more complicated than it could be, because it has to deal with a feature in the windows multimedia timer that is undesired here. That is the fact that, if the timer function is stalled for a while, because some other thread or itself took too much time, the timer function is called more times to catch up with the har

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

CTimer_TimerFuncFunction · 0.85
HandleTimerHandlersMethod · 0.85

Calls 4

StartTimerMethod · 0.80
StopTimerMethod · 0.80
FOREACHINLISTFunction · 0.70
HandleTimerMethod · 0.45

Tested by

no test coverage detected