50 TTimerVector::const_iterator iter = std::find(
m_timers.begin(),
m_timers.end(), timer);
71 TTimerVector::iterator iter = std::find(
m_timers.begin(),
m_timers.end(), timer);
87 TTimerVector::iterator iter;
101 TTimerVector::iterator iter;
102 bool anyProcessed =
false;
127 next = start + numCalls * interval;
unsigned int GHOST_TUns32
unsigned long long GHOST_TUns64
void(* GHOST_TimerProcPtr)(struct GHOST_TimerTaskHandle__ *task, GHOST_TUns64 time)
GHOST_TUns32 getNumTimers()
GHOST_TUns64 nextFireTime()
GHOST_TSuccess removeTimer(GHOST_TimerTask *timer)
bool fireTimer(GHOST_TUns64 time, GHOST_TimerTask *task)
bool fireTimers(GHOST_TUns64 time)
bool getTimerFound(GHOST_TimerTask *timer)
GHOST_TSuccess addTimer(GHOST_TimerTask *timer)
struct blender::compositor::@172::@174 task