![]() |
Realm
A distributed, event-based tasking library
|
#include <gasnetex_internal.h>
Public Member Functions | |
| GASNetEXCompleter (GASNetEXInternal *_internal) | |
| void | add_ready_events (GASNetEXEvent::EventList &newly_ready) |
| 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 |
| atomic< bool > | has_work |
| GASNetEXEvent::EventList | ready_events |
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::GASNetEXCompleter::GASNetEXCompleter | ( | GASNetEXInternal * | _internal | ) |
| void Realm::GASNetEXCompleter::add_ready_events | ( | GASNetEXEvent::EventList & | newly_ready | ) |
|
virtual |
Implements Realm::BackgroundWorkItem.
| bool Realm::GASNetEXCompleter::has_work_remaining | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |