ARGOBOTS
dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
|
A struct that can be converted to ABT_mutex. More...
#include <abt.h>
Data Fields | |
int | dummy [16] |
A struct that can be converted to ABT_mutex.
ABT_mutex_memory
is a struct to statically allocate and initialize ABT_mutex
. ABT_mutex_memory
can be statically initialized by ABT_MUTEX_INITIALIZER
and ABT_RECURSIVE_MUTEX_INITIALIZER
and can be converted to ABT_mutex
by ABT_MUTEX_MEMORY_GET_HANDLE()
.
dummy
may not be accessed by a user.