![]() |
Realm
A distributed, event-based tasking library
|
#include <gasnetex_internal.h>
Public Member Functions | |
| GASNetEXInjector (GASNetEXInternal *_internal) | |
| void | add_ready_xpair (XmitSrcDestPair *xpair) |
| bool | has_work_remaining () |
| virtual bool | do_work (TimeLimit work_until) |
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 | |
| GASNetEXInternal * | internal |
| Mutex | mutex |
| XmitSrcDestPair::XmitPairList | ready_xpairs |
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::GASNetEXInjector::GASNetEXInjector | ( | GASNetEXInternal * | _internal | ) |
| void Realm::GASNetEXInjector::add_ready_xpair | ( | XmitSrcDestPair * | xpair | ) |
|
virtual |
Implements Realm::BackgroundWorkItem.
| bool Realm::GASNetEXInjector::has_work_remaining | ( | ) |
|
protected |
|
protected |
|
protected |