CMS 3D CMS Logo

ThreadsController.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: FWCore/Concurrency
4 // Class : ThreadsController
5 //
6 // Implementation:
7 // [Notes on implementation]
8 //
9 // Original Author: Christopher Jones
10 // Created: Fri, 28 Aug 2020 19:42:30 GMT
11 //
12 
13 // system include files
14 
15 // user include files
17 
18 namespace edm {
19  std::unique_ptr<oneapi::tbb::global_control> ThreadsController::makeStackSize(size_t iStackSize) {
20  return std::make_unique<oneapi::tbb::global_control>(oneapi::tbb::global_control::thread_stack_size, iStackSize);
21  }
22 
23 } // namespace edm
HLT enums.
static std::unique_ptr< oneapi::tbb::global_control > makeStackSize(size_t iStackSize)