Mutex global.
Plus de détails...
#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/concurrency/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 () |
|
|
static MutexImpl * | m_p = 0 |
|
◆ GlobalMutex()
Arccore::GlobalMutex::GlobalMutex |
( |
| ) |
|
|
inline |
◆ ~GlobalMutex()
Arccore::GlobalMutex::~GlobalMutex |
( |
| ) |
|
|
inline |
◆ destroy()
void Arccore::GlobalMutex::destroy |
( |
| ) |
|
|
static |
◆ init()
void Arccore::GlobalMutex::init |
( |
MutexImpl * |
p | ) |
|
|
static |
Initialise le mutex global. Interne a Arccore. Doit être alloué par new.
Définition à la ligne 62 du fichier Mutex.cc.
◆ lock()
void Arccore::GlobalMutex::lock |
( |
| ) |
|
|
static |
◆ unlock()
void Arccore::GlobalMutex::unlock |
( |
| ) |
|
|
static |
◆ ScopedLock
◆ m_p
MutexImpl * Arccore::GlobalMutex::m_p = 0 |
|
staticprivate |
La documentation de cette classe a été générée à partir des fichiers suivants :