src
FWCore
Concurrency
src
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
16
#include "
FWCore/Concurrency/interface/ThreadsController.h
"
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
ThreadsController.h
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::ThreadsController::makeStackSize
static std::unique_ptr< oneapi::tbb::global_control > makeStackSize(size_t iStackSize)
Definition:
ThreadsController.cc:19
Generated for CMSSW Reference Manual by
1.8.14