![]() |
Realm
A distributed, event-based tasking library
|
#include <sparsity_impl.h>
Classes | |
| struct | SparsityMapAddReferenceMessage |
| struct | SparsityMapRemoveReferencesMessage |
Public Types | |
| typedef ::realm_id_t | id_t |
Public Member Functions | |
| SparsityMapRefCounter (::realm_id_t id) | |
| Event | add_references (unsigned count) |
| void | remove_references (unsigned count, Event wait_on) |
Public Attributes | |
| id_t | id |
SparsityMapRefCounter is an internal object that proxies referrence counting for sparsity maps including remote node requests.
| Realm::SparsityMapRefCounter::SparsityMapRefCounter | ( | ::realm_id_t | id | ) |
| Event Realm::SparsityMapRefCounter::add_references | ( | unsigned | count | ) |
| void Realm::SparsityMapRefCounter::remove_references | ( | unsigned | count, |
| Event | wait_on | ||
| ) |
| id_t Realm::SparsityMapRefCounter::id |
|
static |
|
static |