We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce27d4 commit f408b90Copy full SHA for f408b90
bolt/include/bolt/Core/ParallelUtilities.h
@@ -50,7 +50,8 @@ enum SchedulingPolicy {
50
};
51
52
/// Return the managed thread pool and initialize it if not initialized.
53
-ThreadPoolInterface &getThreadPool(const unsigned int ThreadsCount = opts::ThreadCount);
+ThreadPoolInterface &
54
+getThreadPool(const unsigned int ThreadsCount = opts::ThreadCount);
55
56
/// Perform the work on each BinaryFunction except those that are accepted
57
/// by SkipPredicate, scheduling heuristic is based on SchedPolicy.
0 commit comments