Searched refs:WorkItem (Results 1 – 7 of 7) sorted by relevance
/third_party/grpc/test/core/iomgr/ |
D | mpmcqueue_test.cc | 29 struct WorkItem { struct 33 WorkItem(int i) : index(i) { done = false; } in WorkItem() argument 63 static_cast<WorkItem**>(gpr_zalloc(num_items_ * sizeof(WorkItem*))); in Run() 65 items_[i] = new WorkItem(start_index_ + i); in Run() 74 WorkItem** items_; 95 WorkItem* item; in Run() 96 while ((item = static_cast<WorkItem*>(queue_->Get())) != nullptr) { in Run() 112 large_queue.Put(static_cast<void*>(new WorkItem(i))); in test_FIFO() 116 WorkItem* item = static_cast<WorkItem*>(large_queue.Get()); in test_FIFO() 128 queue.Put(static_cast<void*>(new WorkItem(i))); in test_space_efficiency() [all …]
|
/third_party/boost/boost/statechart/ |
D | processor_container.hpp | 62 class WorkItem, 112 WorkItem create_processor( processor_handle & handle, Scheduler & scheduler ) in create_processor() 120 return WorkItem( in create_processor() 127 WorkItem create_processor( in create_processor() 139 return WorkItem( in create_processor() 146 WorkItem create_processor( in create_processor() 159 return WorkItem( in create_processor() 166 WorkItem create_processor( in create_processor() 181 return WorkItem( in create_processor() 190 WorkItem create_processor( in create_processor() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIWholeQuadMode.cpp | 138 struct WorkItem { struct 142 WorkItem() = default; 143 WorkItem(MachineBasicBlock *MBB) : MBB(MBB) {} in WorkItem() function 144 WorkItem(MachineInstr *MI) : MI(MI) {} in WorkItem() argument 165 std::vector<WorkItem> &Worklist); 167 std::vector<WorkItem> &Worklist); 168 char scanInstructions(MachineFunction &MF, std::vector<WorkItem> &Worklist); 169 void propagateInstruction(MachineInstr &MI, std::vector<WorkItem> &Worklist); 170 void propagateBlock(MachineBasicBlock &MBB, std::vector<WorkItem> &Worklist); 251 std::vector<WorkItem> &Worklist) { in markInstruction() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 4075 struct WorkItem { struct 4080 WorkItem(size_t LI, int64_t I, const SCEV *R) in WorkItem() argument 4090 void WorkItem::print(raw_ostream &OS) const { in print() 4095 LLVM_DUMP_METHOD void WorkItem::dump() const { in dump() 4122 SmallVector<WorkItem, 32> WorkItems; in GenerateCrossUseConstantOffsets() 4174 WorkItems.push_back(WorkItem(LUIdx, Imm, OrigReg)); in GenerateCrossUseConstantOffsets() 4185 for (const WorkItem &WI : WorkItems) { in GenerateCrossUseConstantOffsets()
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.3rc1.rst | 427 concurrent.futures: WorkItem.run() used by ThreadPoolExecutor now breaks a 428 reference cycle between an exception object and the WorkItem object.
|
D | 3.7.0a1.rst | 1815 concurrent.futures: WorkItem.run() used by ThreadPoolExecutor now breaks a 1816 reference cycle between an exception object and the WorkItem object.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 501 const Constant *WorkItem = WorkList.pop_back_val(); in ConstHasGlobalValuePredicate() local 502 if (const auto *GV = dyn_cast<GlobalValue>(WorkItem)) in ConstHasGlobalValuePredicate() 505 for (const Value *Op : WorkItem->operands()) { in ConstHasGlobalValuePredicate()
|