Arcane  v4.1.5.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
ConcurrencyGlobalInternal.h
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2026 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4// See the top-level COPYRIGHT file for details.
5// SPDX-License-Identifier: Apache-2.0
6//-----------------------------------------------------------------------------
7/*---------------------------------------------------------------------------*/
8/* ConcurrencyGlobal.h (C) 2000-2026 */
9/* */
10/* Définitions globales de la composante 'Concurrency' de 'Arccore'. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCCORE_CONCURRENCY_INTERNAL_CONCURRENCYGLOBALINTERNAL_H
13#define ARCCORE_CONCURRENCY_INTERNAL_CONCURRENCYGLOBALINTERNAL_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
17#include "arccore/concurrency/ConcurrencyGlobal.h"
18
19/*---------------------------------------------------------------------------*/
20/*---------------------------------------------------------------------------*/
21
22namespace Arcane::Concurrency
23{
24
25/*---------------------------------------------------------------------------*/
26/*---------------------------------------------------------------------------*/
27
28extern "C++" ARCCORE_CONCURRENCY_EXPORT Ref<IThreadImplementation>
29createLegacyStdThreadImplementation();
30
31/*---------------------------------------------------------------------------*/
32/*---------------------------------------------------------------------------*/
33
34} // namespace Arcane::Concurrency
35
36/*---------------------------------------------------------------------------*/
37/*---------------------------------------------------------------------------*/
38
39#endif