Mutex global.
Plus de détails...
#include <arccore/concurrency/Mutex.h>
|
static void | init (MutexImpl *p) |
| Initialise le mutex global. Interne a Arccore. Doit être alloué par new.
|
|
static void | lock () |
|
static void | unlock () |
|
static void | destroy () |
|
◆ GlobalMutex()
Arcane::GlobalMutex::GlobalMutex |
( |
| ) |
|
|
inline |
◆ ~GlobalMutex()
Arcane::GlobalMutex::~GlobalMutex |
( |
| ) |
|
|
inline |
◆ destroy()
void Arcane::GlobalMutex::destroy |
( |
| ) |
|
|
static |
◆ init()
void Arcane::GlobalMutex::init |
( |
MutexImpl * | p | ) |
|
|
static |
Initialise le mutex global. Interne a Arccore. Doit être alloué par new.
Définition à la ligne 59 du fichier Mutex.cc.
◆ lock()
void Arcane::GlobalMutex::lock |
( |
| ) |
|
|
static |
◆ unlock()
void Arcane::GlobalMutex::unlock |
( |
| ) |
|
|
static |
◆ ScopedLock
La documentation de cette classe a été générée à partir des fichiers suivants :