Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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<tbb::global_control>
ThreadsController::makeStackSize
(
size_t
iStackSize) {
20
return
std::make_unique<tbb::global_control>(tbb::global_control::thread_stack_size, iStackSize);
21
}
22
23
}
// namespace edm
ThreadsController.h
edm::ThreadsController::makeStackSize
static std::unique_ptr< tbb::global_control > makeStackSize(size_t iStackSize)
Definition:
ThreadsController.cc:19
Generated for CMSSW Reference Manual by
1.8.5