MulticoreBSP for C
Version 2.0.4
|
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. More... | |
size_t | cap |
Capacity. More... | |
size_t | P |
Number of local versions. More... | |
struct mcbsp_util_address_table_entry ** | table |
Table entries. More... | |
A table of local address locations per SPMD variable.
There are two resource management functions associated:
There are three modifier functions:
There is one accessor function:
size_t mcbsp_util_address_table::cap |
Capacity.
pthread_mutex_t mcbsp_util_address_table::mutex |
Mutex for locking-out write access to the global table.
size_t mcbsp_util_address_table::P |
Number of local versions.
struct mcbsp_util_address_table_entry** mcbsp_util_address_table::table |
Table entries.