7 namespace test_acquire {
11 numberOfStreamsToAccumulate_(
pset.getUntrackedParameter<unsigned
int>(
"streamsToAccumulate", 8)),
12 secondsToWaitForWork_(
pset.getUntrackedParameter<unsigned
int>(
"secondsToWaitForWork", 1)) {
25 server_ = std::make_unique<test_acquire::WaitingServer>(
void watchPreallocate(Preallocate::slot_type const &iSlot)
std::atomic< unsigned int > count_
void watchPostEndJob(PostEndJob::slot_type const &iSlot)
const unsigned int secondsToWaitForWork_
std::unique_ptr< WaitingServer > server_
#define DEFINE_FWK_SERVICE(type)
const unsigned int numberOfStreamsToAccumulate_
void preallocate(edm::service::SystemBounds const &)
std::vector< Cache > caches_
WaitingService(edm::ParameterSet const &pset, edm::ActivityRegistry &iRegistry)