Home
last modified time | relevance | path

Searched defs:TimerSlot (Results 1 – 5 of 5) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/backends/timer/default/
H A Ddefault-timer.cpp28 struct TimerSlot { struct
37 TimerSlot *next; argument
39TimerSlot() : callback(nullptr), refCon(nullptr), interval(0), nextFireTime(0), nextFireTimeMicro(… in TimerSlot() argument
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/timer/tizen/
H A Dtimer.h33 struct TimerSlot: public EventDrivenThread, public ITimerEventListener { struct
56 Common::List<TimerSlot *> _timers; argument
H A Dtimer.cpp30 TimerSlot::TimerSlot(Common::TimerManager::TimerProc callback, uint32 interval, void *refCon) : in TimerSlot() function in TimerSlot
/dports/games/scummvm/scummvm-2.5.1/backends/timer/default/
H A Ddefault-timer.cpp28 struct TimerSlot { struct
37 TimerSlot *next; argument
39TimerSlot() : callback(nullptr), refCon(nullptr), interval(0), nextFireTime(0), nextFireTimeMicro(… in TimerSlot() function
/dports/games/residualvm/residualvm-0.3.1/backends/timer/default/
H A Ddefault-timer.cpp28 struct TimerSlot { struct
37 TimerSlot *next; argument