Searched refs:WorkItems (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dwork_item_list.h22 // A WorkItem subclass that recursively contains a list of WorkItems. Thus it
24 // defined by the list of WorkItems it contains.
25 // The WorkItems are executed in the same order as they are added to the list.
30 // Execute the WorkItems in the same order as they are added to the list.
34 // Rollback the WorkItems in the reverse order as they are executed.
133 typedef std::list<WorkItem*> WorkItems; typedef in class:WorkItemList
134 typedef WorkItems::iterator WorkItemIterator;
149 // The list of WorkItems, in the order of them being added.
150 WorkItems list_;
152 // The list of executed WorkItems, i
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3730 SmallVector<WorkItem, 32> WorkItems; local
3778 WorkItems.push_back(WorkItem(LUIdx, Imm, OrigReg));
3789 for (SmallVectorImpl<WorkItem>::const_iterator I = WorkItems.begin(),
3790 E = WorkItems.end(); I != E; ++I) {

Completed in 247 milliseconds