OpenMPI
0.1.1
|
Mutual exclusion functions: Unix implementation. More...
Go to the source code of this file.
Data Structures | |
struct | opal_mutex_t |
Functions | |
OPAL_DECLSPEC | OBJ_CLASS_DECLARATION (opal_mutex_t) |
static int | opal_mutex_atomic_trylock (opal_mutex_t *m) |
static void | opal_mutex_atomic_lock (opal_mutex_t *m) |
static void | opal_mutex_atomic_unlock (opal_mutex_t *m) |
Mutual exclusion functions: Unix implementation.
Functions for locking of critical sections.
On unix, use pthreads or our own atomic operations as available.