![]() |
Realm
A distributed, event-based tasking library
|
#include <transfer.h>
Public Member Functions | |
| CopyAnalyzer (void) | |
| void | analyze_copy (TransferOperation *op) |
| void | requeue_front (TransferOperation *op) |
| virtual bool | do_work (TimeLimit work_until) override |
Public Member Functions inherited from Realm::BackgroundWorkItem | |
| BackgroundWorkItem (const std::string &_name) | |
| virtual | ~BackgroundWorkItem (void) |
| void | add_to_manager (BackgroundWorkManager *_manager, int _numa_domain=-1, long long _min_timeslice_needed=-1) |
Protected Attributes | |
| Mutex | mutex |
| std::deque< TransferOperation * > | pending_copies |
Protected Attributes inherited from Realm::BackgroundWorkItem | |
| std::string | name |
| BackgroundWorkManager * | manager |
| int | numa_domain |
| long long | min_timeslice_needed |
| unsigned | index |
Additional Inherited Members | |
Protected Member Functions inherited from Realm::BackgroundWorkItem | |
| void | make_active (void) |
| Realm::CopyAnalyzer::CopyAnalyzer | ( | void | ) |
| void Realm::CopyAnalyzer::analyze_copy | ( | TransferOperation * | op | ) |
|
overridevirtual |
Implements Realm::BackgroundWorkItem.
| void Realm::CopyAnalyzer::requeue_front | ( | TransferOperation * | op | ) |
|
protected |
|
protected |