12#ifndef ARCANE_UTILS_NULLTHREADMNG_H
13#define ARCANE_UTILS_NULLTHREADMNG_H
17#include "arccore/concurrency/NullThreadImplementation.h"
19#include "arcane/utils/IThreadMng.h"
42 virtual void beginCriticalSection() {}
43 virtual void endCriticalSection() {}
Declarations of types used in Arcane.
Interface of a thread manager.
Thread manager in single-threaded mode.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --