#include <arccore/concurrency/Mutex.h>
Classes | |
| class | ScopedLock |
Static Public Member Functions | |
| static void | init (MutexImpl *p) |
| Initializes the global mutex. Internal to Arccore. Must be allocated by new. | |
| static void | lock () |
| static void | unlock () |
| static void | destroy () |
Friends | |
| class | ScopedLock |
Global Mutex.
Definition at line 102 of file arccore/src/concurrency/arccore/concurrency/Mutex.h.
|
inline |
Definition at line 123 of file arccore/src/concurrency/arccore/concurrency/Mutex.h.
|
inline |
Definition at line 124 of file arccore/src/concurrency/arccore/concurrency/Mutex.h.
|
static |
|
friend |
Definition at line 119 of file arccore/src/concurrency/arccore/concurrency/Mutex.h.