Searched refs:WorkItem (Results 1 – 1 of 1) sorted by relevance
75 WorkItem item; in add()106 WorkItem newItem; in cancel()188 WorkItem item(m_items.top()); in checkWork()213 struct WorkItem { struct218 bool operator>(const WorkItem& other) const { return end > other.end; } argument223 class Queue : public std::priority_queue<WorkItem, std::vector<WorkItem>,224 std::greater<WorkItem>> {226 std::vector<WorkItem>& getContainer() { return this->c; } in getContainer()