14#include "arccore/base/ConcurrencyBase.h"
25Int32 ConcurrencyBase::m_max_allowed_thread = 1;
42 m_max_allowed_thread = v;
static void _setMaxAllowedThread(Int32 v)
Sets the maximum number of threads to use.
Execution options for a parallel loop in multi-threading.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
std::int32_t Int32
Signed integer type of 32 bits.