IncoherentAcquirer behavior for Cache. More...
#include <IncoherentAcquirer.hpp>
Classes | |
struct | RequestArgs |
Args for incoherent acquire request. More... | |
Public Member Functions | |
IncoherentAcquirer (GlobalAddress< T > *request_address, size_t *count, T **pointer) | |
void | reset () |
void | start_acquire () |
void | do_acquire () |
void | block_until_acquired () |
void | acquire_reply (size_t offset, void *payload, size_t payload_size) |
bool | acquired () const |
Has acquire completed? More... | |
IncoherentAcquirer behavior for Cache.
Definition at line 44 of file IncoherentAcquirer.hpp.
|
inline |
Definition at line 73 of file IncoherentAcquirer.hpp.
|
inline |
Definition at line 262 of file IncoherentAcquirer.hpp.
|
inline |
Has acquire completed?
Definition at line 286 of file IncoherentAcquirer.hpp.
|
inline |
Definition at line 231 of file IncoherentAcquirer.hpp.
|
inline |
Definition at line 163 of file IncoherentAcquirer.hpp.
|
inline |
Definition at line 90 of file IncoherentAcquirer.hpp.
|
inline |
Definition at line 144 of file IncoherentAcquirer.hpp.