ARGOBOTS  1.1
Data Fields
ABT_mutex_memory Struct Reference

A struct that can be converted to ABT_mutex. More...

#include <abt.h>

Collaboration diagram for ABT_mutex_memory:
Collaboration graph
[legend]

Data Fields

int dummy [16]
 

Detailed Description

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_MEMORY_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.

Definition at line 1089 of file abt.h.

Field Documentation

◆ dummy

int ABT_mutex_memory::dummy[16]

Definition at line 1090 of file abt.h.


The documentation for this struct was generated from the following file: