| MulticoreBSP for C
    Version 1.1
    | 
A table of local address locations per SPMD variable. More...
#include <mcutil.h>

| 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. | |
A table of local address locations per SPMD variable.
| 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.
 1.8.1.1
 1.8.1.1