libxmp/libxmpf in Omni Compiler  1.3.4
_XMP_postreq Struct Reference
Collaboration diagram for _XMP_postreq:

Data Fields

_XMP_postreq_info_ttable
 Table for post requests. More...
 
int num
 How many post requests are in table. More...
 
int max_size
 Max size of table. More...
 
gasnet_hsl_t hsl
 Lock object for GASNet. More...
 
pthread_mutex_t lock
 
pthread_cond_t added
 

Field Documentation

◆ added

pthread_cond_t _XMP_postreq::added

◆ hsl

gasnet_hsl_t _XMP_postreq::hsl

Lock object for GASNet.

◆ lock

pthread_mutex_t _XMP_postreq::lock

◆ max_size

int _XMP_postreq::max_size

Max size of table.

◆ num

int _XMP_postreq::num

How many post requests are in table.

◆ table

_XMP_postreq_info_t * _XMP_postreq::table

Table for post requests.


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