Home
last modified time | relevance | path

Searched refs:TimerQueue (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/util/
Dtimer_queue.h48 class TimerQueue {
50 TimerQueue() : m_th(&TimerQueue::run, this) {} in TimerQueue() function
52 ~TimerQueue() { shutdown(); } in ~TimerQueue()
144 TimerQueue(const TimerQueue&) = delete;
145 TimerQueue& operator=(const TimerQueue&) = delete;
Dtimer_queue_test.cc42 TimerQueue q; in main()
/rocksdb-6.9/utilities/blob_db/
Dblob_db_impl.h295 std::pair<bool, int64_t> RemoveTimerQ(TimerQueue* tq, bool aborted);
446 TimerQueue tqueue_;