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

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

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
cancel_operation(const void *reason_data, size_t reason_size) constRealm::Event
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
has_triggered(void) constRealm::Event
has_triggered_faultaware(bool &poisoned) constRealm::Event
idRealm::Event
id_t typedefRealm::Event
ignorefaults(Event wait_for)Realm::Eventstatic
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_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_operation_priority(int new_priority) constRealm::Event
subscribe(void) constRealm::Event
wait(void) constRealm::Event
wait_faultaware(bool &poisoned) constRealm::Event