![]() |
Realm
A distributed, event-based tasking library
|
This is the complete list of members for Realm::Barrier, including all inherited members.
| advance_barrier(void) const | Realm::Barrier | |
| advise_event_ordering(Event happens_before, Event happens_after) | Realm::Event | static |
| advise_event_ordering(const Event *happens_before, size_t num_events, Event happens_after, bool all_must_trigger=true) | Realm::Event | static |
| advise_event_ordering(const span< Event > &happens_before, Event happens_after, bool all_must_trigger=true) | Realm::Event | static |
| alter_arrival_count(int delta) const | Realm::Barrier | |
| arrive(unsigned count=1, Event wait_on=Event::NO_EVENT, const void *reduce_value=0, size_t reduce_value_size=0) const | Realm::Barrier | |
| cancel_operation(const void *reason_data, size_t reason_size) const | Realm::Event | |
| create_barrier(unsigned expected_arrivals, ReductionOpID redop_id=0, const void *initial_value=0, size_t initial_value_size=0) | Realm::Barrier | static |
| create_barrier(const Barrier::ParticipantInfo *expected_arrivals, size_t num_participants, ReductionOpID redop_id=0, const void *initial_value=0, size_t initial_value_size=0) | Realm::Barrier | static |
| destroy_barrier(void) | Realm::Barrier | |
| Event()=default | Realm::Event | |
| Event(id_t id) | Realm::Event | inlineexplicit |
| exists(void) const | Realm::Event | |
| external_timedwait(long long max_ns) const | Realm::Event | |
| external_timedwait_faultaware(bool &poisoned, long long max_ns) const | Realm::Event | |
| external_wait(void) const | Realm::Event | |
| external_wait_faultaware(bool &poisoned) const | Realm::Event | |
| get_previous_phase(void) const | Realm::Barrier | |
| get_result(void *value, size_t value_size) const | Realm::Barrier | |
| has_triggered(void) const | Realm::Event | |
| has_triggered_faultaware(bool &poisoned) const | Realm::Event | |
| id | Realm::Event | |
| id_t typedef | Realm::Event | |
| ignorefaults(Event wait_for) | Realm::Event | static |
| MAX_PHASES | Realm::Barrier | static |
| merge_events(const Event *wait_for, size_t num_events) | Realm::Event | static |
| merge_events(Event ev1, Event ev2, Event ev3=NO_EVENT, Event ev4=NO_EVENT, Event ev5=NO_EVENT, Event ev6=NO_EVENT) | Realm::Event | static |
| merge_events(const std::set< Event > &wait_for) | Realm::Event | static |
| merge_events(const span< const Event > &wait_for) | Realm::Event | static |
| merge_events_ignorefaults(const Event *wait_for, size_t num_events) | Realm::Event | static |
| merge_events_ignorefaults(const span< const Event > &wait_for) | Realm::Event | static |
| merge_events_ignorefaults(const std::set< Event > &wait_for) | Realm::Event | static |
| NO_BARRIER | Realm::Barrier | static |
| NO_EVENT | Realm::Event | static |
| operator id_t() const | Realm::Event | inline |
| operator!=(const Event &rhs) const | Realm::Event | |
| operator<(const Event &rhs) const | Realm::Event | |
| operator==(const Event &rhs) const | Realm::Event | |
| set_arrival_pattern(const Barrier::ParticipantInfo *expected_arrivals, size_t num_participants) | Realm::Barrier | |
| set_operation_priority(int new_priority) const | Realm::Event | |
| subscribe(void) const | Realm::Event | |
| timestamp | Realm::Barrier | |
| timestamp_t typedef | Realm::Barrier | |
| wait(void) const | Realm::Event | |
| wait_faultaware(bool &poisoned) const | Realm::Event |