MulticoreBSP for C  Version 1.1
Data Fields
mcbsp_util_address_table Struct Reference

A table of local address locations per SPMD variable. More...

#include <mcutil.h>

Collaboration diagram for mcbsp_util_address_table:
Collaboration graph
[legend]

Data Fields

pthread_mutex_t mutex
 Mutex for locking-out write access to the global table.
unsigned long int cap
 Capacity.
unsigned long int P
 Number of local versions.
struct mcbsp_util_stack ** table
 Table entries.

Detailed Description

A table of local address locations per SPMD variable.


Field Documentation

unsigned long int mcbsp_util_address_table::cap

Capacity.

pthread_mutex_t mcbsp_util_address_table::mutex

Mutex for locking-out write access to the global table.

unsigned long int mcbsp_util_address_table::P

Number of local versions.

struct mcbsp_util_stack** mcbsp_util_address_table::table

Table entries.


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