#include <gasnetex_internal.h>
◆ Storage_unaligned
| typedef char Realm::PendingCompletion::Storage_unaligned[TOTAL_CAPACITY] |
◆ PendingCompletion()
| Realm::PendingCompletion::PendingCompletion |
( |
| ) |
|
◆ add_local_completion()
| void * Realm::PendingCompletion::add_local_completion |
( |
size_t |
bytes, |
|
|
bool |
late_ok = false |
|
) |
| |
◆ add_remote_completion()
| void * Realm::PendingCompletion::add_remote_completion |
( |
size_t |
bytes | ) |
|
◆ has_local_completions()
| bool Realm::PendingCompletion::has_local_completions |
( |
| ) |
|
◆ has_remote_completions()
| bool Realm::PendingCompletion::has_remote_completions |
( |
| ) |
|
◆ invoke_local_completions()
| bool Realm::PendingCompletion::invoke_local_completions |
( |
| ) |
|
◆ invoke_remote_completions()
| bool Realm::PendingCompletion::invoke_remote_completions |
( |
| ) |
|
◆ mark_ready()
| bool Realm::PendingCompletion::mark_ready |
( |
unsigned |
exp_local, |
|
|
unsigned |
exp_remote |
|
) |
| |
◆ REALM_ALIGNED_TYPE_CONST()
◆ index
| int Realm::PendingCompletion::index |
◆ local_bytes
| size_t Realm::PendingCompletion::local_bytes |
◆ local_left
◆ LOCAL_PENDING_BIT
| const unsigned Realm::PendingCompletion::LOCAL_PENDING_BIT = 1 |
|
static |
◆ manager
◆ next_free
◆ READY_BIT
| const unsigned Realm::PendingCompletion::READY_BIT = 4 |
|
static |
◆ remote_bytes
| size_t Realm::PendingCompletion::remote_bytes |
◆ remote_left
◆ REMOTE_PENDING_BIT
| const unsigned Realm::PendingCompletion::REMOTE_PENDING_BIT = 2 |
|
static |
◆ state
◆ storage
| Storage_aligned Realm::PendingCompletion::storage |
◆ TOTAL_CAPACITY
| const size_t Realm::PendingCompletion::TOTAL_CAPACITY = 256 |
|
static |
The documentation for this class was generated from the following file: