Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dtimer_queue.h75 WorkItem item; in add()
106 WorkItem newItem; in cancel()
188 WorkItem item(m_items.top()); in checkWork()
213 struct WorkItem { struct
218 bool operator>(const WorkItem& other) const { return end > other.end; } argument
223 class Queue : public std::priority_queue<WorkItem, std::vector<WorkItem>,
224 std::greater<WorkItem>> {
226 std::vector<WorkItem>& getContainer() { return this->c; } in getContainer()