ARGOBOTS  1.1
Data Fields
ABT_cond_memory Struct Reference

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

#include <abt.h>

Collaboration diagram for ABT_cond_memory:
Collaboration graph
[legend]

Data Fields

int dummy [16]
 

Detailed Description

A struct that can be converted to ABT_cond.

ABT_cond_memory is a struct to statically allocate and initialize ABT_cond. ABT_cond_memory can be statically initialized by ABT_COND_MEMORY_INITIALIZER and converted to ABT_cond by ABT_COND_MEMORY_GET_HANDLE().

dummy may not be accessed by a user.

Definition at line 1172 of file abt.h.

Field Documentation

◆ dummy

int ABT_cond_memory::dummy[16]

Definition at line 1173 of file abt.h.


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