Skip to content

Commit 4ce27d4

Browse files
committed
Updates
1 parent 7f8b6be commit 4ce27d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/include/bolt/Core/ParallelUtilities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ enum SchedulingPolicy {
5050
};
5151

5252
/// Return the managed thread pool and initialize it if not initialized.
53-
ThreadPoolInterface &getThreadPool(const int ThreadsCount = opts::ThreadCount);
53+
ThreadPoolInterface &getThreadPool(const unsigned int ThreadsCount = opts::ThreadCount);
5454

5555
/// Perform the work on each BinaryFunction except those that are accepted
5656
/// by SkipPredicate, scheduling heuristic is based on SchedPolicy.

0 commit comments

Comments
 (0)