Searched refs:TimerQueue (Results 1 – 3 of 3) sorted by relevance
48 class TimerQueue {50 TimerQueue() : m_th(&TimerQueue::run, this) {} in TimerQueue() function52 ~TimerQueue() { shutdown(); } in ~TimerQueue()144 TimerQueue(const TimerQueue&) = delete;145 TimerQueue& operator=(const TimerQueue&) = delete;
42 TimerQueue q; in main()
295 std::pair<bool, int64_t> RemoveTimerQ(TimerQueue* tq, bool aborted);446 TimerQueue tqueue_;