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 33 of file IncoherentAcquirer.hpp.
|
inline |
Definition at line 62 of file IncoherentAcquirer.hpp.
|
inline |
Definition at line 251 of file IncoherentAcquirer.hpp.
|
inline |
Has acquire completed?
Definition at line 275 of file IncoherentAcquirer.hpp.
|
inline |
Definition at line 220 of file IncoherentAcquirer.hpp.
|
inline |
Definition at line 152 of file IncoherentAcquirer.hpp.
|
inline |
Definition at line 79 of file IncoherentAcquirer.hpp.
|
inline |
Definition at line 133 of file IncoherentAcquirer.hpp.