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 7f8b6be commit 4ce27d4Copy full SHA for 4ce27d4
bolt/include/bolt/Core/ParallelUtilities.h
@@ -50,7 +50,7 @@ enum SchedulingPolicy {
50
};
51
52
/// Return the managed thread pool and initialize it if not initialized.
53
-ThreadPoolInterface &getThreadPool(const int ThreadsCount = opts::ThreadCount);
+ThreadPoolInterface &getThreadPool(const unsigned int ThreadsCount = opts::ThreadCount);
54
55
/// Perform the work on each BinaryFunction except those that are accepted
56
/// by SkipPredicate, scheduling heuristic is based on SchedPolicy.
0 commit comments