e7fd591066
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/tbb#15bdf135d574a0af61185944453e9c8f5296a251
13 lines
670 B
Diff
13 lines
670 B
Diff
diff -up tbb-2019_U8/src/test/test_task_scheduler_init.cpp.orig tbb-2019_U8/src/test/test_task_scheduler_init.cpp
|
|
--- tbb-2019_U8/src/test/test_task_scheduler_init.cpp.orig 2019-06-06 04:29:15.000000000 -0600
|
|
+++ tbb-2019_U8/src/test/test_task_scheduler_init.cpp 2019-08-26 12:08:19.547880295 -0600
|
|
@@ -285,7 +285,7 @@ namespace TestBlockingTerminateNS {
|
|
}
|
|
};
|
|
void operator()() {
|
|
- const int numThreads = 4;
|
|
+ const int numThreads = 2;
|
|
tbb::task_scheduler_init init( numThreads );
|
|
Harness::SpinBarrier barrier( numThreads );
|
|
tbb::parallel_for( 0, numThreads, Body( barrier ) );
|