12#ifndef ARCANE_PARALLEL_THREAD_ARCANETHREADMISC_H
13#define ARCANE_PARALLEL_THREAD_ARCANETHREADMISC_H
17#include "arcane/parallel/thread/ArcaneThread.h"
21#if defined(__x86_64__)
43#if defined(__x86_64__)
49#elif defined (__aarch64__)
51 __asm__ __volatile__(
"yield" :::
"memory");
59 std::this_thread::yield();
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
void arcaneDoCPUPause(Int32 count)
Utilise l'instruction 'pause' du CPU si possible.
std::int32_t Int32
Type entier signé sur 32 bits.