Searched refs:Tasks (Results 1 – 7 of 7) sorted by relevance
70 return !EnableFlag || !Tasks.empty() || in processTasks()76 if (!EnableFlag && Tasks.empty()) in processTasks()86 Task = std::move(Tasks.front().first); in processTasks()87 GroupOfTask = Tasks.front().second; in processTasks()92 Tasks.pop_front(); in processTasks()139 return !ActiveThreads && Tasks.empty(); in workCompletedUnlocked()141 !llvm::any_of(Tasks, in workCompletedUnlocked()204 while (!Tasks.empty()) { in wait()205 auto Task = std::move(Tasks.front().first); in wait()206 Tasks.pop_front(); in wait()
163 Tasks.emplace_back(std::make_pair(std::move(R.first), Group)); in asyncImpl()164 requestedThreads = ActiveThreads + Tasks.size(); in asyncImpl()176 Tasks.emplace_back(std::make_pair([Future]() { Future.get(); }, Group)); in asyncImpl()195 std::deque<std::pair<std::function<void()>, ThreadPoolTaskGroup *>> Tasks; variable
359 SmallVector<std::function<Error(void)>> Tasks; in finishCloningAndEmit() local363 Tasks.push_back( in finishCloningAndEmit()368 Tasks.push_back([&]() -> Error { return emitDebugInfo(TargetTriple); }); in finishCloningAndEmit()373 Tasks.push_back([&]() -> Error { in finishCloningAndEmit()380 Tasks.push_back([&]() -> Error { return emitDebugStringOffsetSection(); }); in finishCloningAndEmit()383 Tasks.push_back([&]() -> Error { return emitAbbreviations(); }); in finishCloningAndEmit()386 Tasks, [&](std::function<Error(void)> F) { return F(); })) in finishCloningAndEmit()
291 (ZFS Event Daemon Linkage for Executable Tasks) that have been enabled
1839 R. Sethi Scheduling Independent Tasks To Reduce
13787 title = "Scheduling Independent Tasks To Reduce Mean Finishing Time",
21426 0320 MSP430 SYSBIOS Tasks MSC+CDC+HID Example