Searched defs:timer2 (Results 1 – 5 of 5) sorted by relevance
72 GraphicTimer timer2(NONSENSE_PERIORD, GraphicTimerTest::TimerCb, &timer2, false); variable88 GraphicTimer timer2(NORMAL_PERIORD, GraphicTimerTest::TimerCb, &timer2, false); variable
134 TimerHandle timer2 = NULL; variable165 TimerHandle timer2 = NULL; variable
208 std::unique_ptr<TimerManager::TimerItem> timer2 = std::make_unique<TimerManager::TimerItem>(); variable481 std::unique_ptr<TimerManager::TimerItem> timer2 = std::make_unique<TimerManager::TimerItem>(); variable
330 auto timer2 = std::make_unique<TimerManager::TimerItem>(); variable349 auto timer2 = std::make_unique<TimerManager::TimerItem>(); variable
42 TimerNode *timer2 = ListEntry(newNode, TimerNode, node); in TimerNodeCompareProc() local