14#include "arccore/base/ConcurrencyBase.h"
25Int32 ConcurrencyBase::m_max_allowed_thread = 1;
37_setMaxAllowedThread(
Int32 v)
41 m_max_allowed_thread = v;
Options d'exécution d'une boucle parallèle en multi-thread.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
std::int32_t Int32
Type entier signé sur 32 bits.