Searched defs:WorkItem (Results 1 – 2 of 2) sorted by relevance
44 struct WorkItem { struct47 WorkItem& operator=(const WorkItem& other) = delete; argument49 WorkItem& operator=(WorkItem&& other) = default; argument51 WorkItem(nsecs_t runAt, std::function<void()>&& work) in WorkItem() argument64 std::vector<WorkItem> toProcess; in process() argument
96 private static class WorkItem { class in ImageLoader101 WorkItem(IImage image, LoadedCallback onLoadedRunnable, int tag) { in WorkItem() method in ImageLoader.WorkItem