Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::Barrier Member List

This is the complete list of members for Realm::Barrier, including all inherited members.

advance_barrier(void) constRealm::Barrier
advise_event_ordering(Event happens_before, Event happens_after)Realm::Eventstatic
advise_event_ordering(const Event *happens_before, size_t num_events, Event happens_after, bool all_must_trigger=true)Realm::Eventstatic
advise_event_ordering(const span< Event > &happens_before, Event happens_after, bool all_must_trigger=true)Realm::Eventstatic
alter_arrival_count(int delta) constRealm::Barrier
arrive(unsigned count=1, Event wait_on=Event::NO_EVENT, const void *reduce_value=0, size_t reduce_value_size=0) constRealm::Barrier
cancel_operation(const void *reason_data, size_t reason_size) constRealm::Event
create_barrier(unsigned expected_arrivals, ReductionOpID redop_id=0, const void *initial_value=0, size_t initial_value_size=0)Realm::Barrierstatic
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::Barrierstatic
destroy_barrier(void)Realm::Barrier
Event()=defaultRealm::Event
Event(id_t id)Realm::Eventinlineexplicit
exists(void) constRealm::Event
external_timedwait(long long max_ns) constRealm::Event
external_timedwait_faultaware(bool &poisoned, long long max_ns) constRealm::Event
external_wait(void) constRealm::Event
external_wait_faultaware(bool &poisoned) constRealm::Event
get_previous_phase(void) constRealm::Barrier
get_result(void *value, size_t value_size) constRealm::Barrier
has_triggered(void) constRealm::Event
has_triggered_faultaware(bool &poisoned) constRealm::Event
idRealm::Event
id_t typedefRealm::Event
ignorefaults(Event wait_for)Realm::Eventstatic
MAX_PHASESRealm::Barrierstatic
merge_events(const Event *wait_for, size_t num_events)Realm::Eventstatic
merge_events(Event ev1, Event ev2, Event ev3=NO_EVENT, Event ev4=NO_EVENT, Event ev5=NO_EVENT, Event ev6=NO_EVENT)Realm::Eventstatic
merge_events(const std::set< Event > &wait_for)Realm::Eventstatic
merge_events(const span< const Event > &wait_for)Realm::Eventstatic
merge_events_ignorefaults(const Event *wait_for, size_t num_events)Realm::Eventstatic
merge_events_ignorefaults(const span< const Event > &wait_for)Realm::Eventstatic
merge_events_ignorefaults(const std::set< Event > &wait_for)Realm::Eventstatic
NO_BARRIERRealm::Barrierstatic
NO_EVENTRealm::Eventstatic
operator id_t() constRealm::Eventinline
operator!=(const Event &rhs) constRealm::Event
operator<(const Event &rhs) constRealm::Event
operator==(const Event &rhs) constRealm::Event
set_arrival_pattern(const Barrier::ParticipantInfo *expected_arrivals, size_t num_participants)Realm::Barrier
set_operation_priority(int new_priority) constRealm::Event
subscribe(void) constRealm::Event
timestampRealm::Barrier
timestamp_t typedefRealm::Barrier
wait(void) constRealm::Event
wait_faultaware(bool &poisoned) constRealm::Event