![]() |
Realm
A distributed, event-based tasking library
|
This is the complete list of members for PRealm::Event, including all inherited members.
| 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 |
| cancel_operation(const void *reason_data, size_t reason_size) const | Realm::Event | |
| Event(void) | PRealm::Event | inline |
| Event(::realm_id_t i) | PRealm::Event | inline |
| Event(const Realm::Event &e) | PRealm::Event | inline |
| Event(const Event &rhs)=default | PRealm::Event | |
| Event(Event &&rhs)=default | PRealm::Event | |
| 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 | |
| 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) | PRealm::Event | static |
| Realm::Event::ignorefaults(Event wait_for) | Realm::Event | static |
| is_barrier(void) const | PRealm::Event | |
| merge_events(const Event *wait_for, size_t num_events) | PRealm::Event | static |
| merge_events(Event ev1, Event ev2, Event ev3=NO_EVENT, Event ev4=NO_EVENT, Event ev5=NO_EVENT, Event ev6=NO_EVENT) | PRealm::Event | static |
| merge_events(const std::set< Event > &wait_for) | PRealm::Event | static |
| merge_events(const span< const Event > &wait_for) | PRealm::Event | static |
| Realm::Event::merge_events(const Event *wait_for, size_t num_events) | Realm::Event | static |
| Realm::Event::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 |
| Realm::Event::merge_events(const std::set< Event > &wait_for) | Realm::Event | static |
| Realm::Event::merge_events(const span< const Event > &wait_for) | Realm::Event | static |
| merge_events_ignorefaults(const Event *wait_for, size_t num_events) | PRealm::Event | static |
| merge_events_ignorefaults(const span< const Event > &wait_for) | PRealm::Event | static |
| merge_events_ignorefaults(const std::set< Event > &wait_for) | PRealm::Event | static |
| Realm::Event::merge_events_ignorefaults(const Event *wait_for, size_t num_events) | Realm::Event | static |
| Realm::Event::merge_events_ignorefaults(const span< const Event > &wait_for) | Realm::Event | static |
| Realm::Event::merge_events_ignorefaults(const std::set< Event > &wait_for) | Realm::Event | static |
| NO_EVENT | PRealm::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 Realm::Event &e) | PRealm::Event | inline |
| operator=(const Event &e)=default | PRealm::Event | |
| operator=(Event &&rhs)=default | PRealm::Event | |
| operator==(const Event &rhs) const | Realm::Event | |
| set_operation_priority(int new_priority) const | Realm::Event | |
| subscribe(void) const | Realm::Event | |
| wait(void) const | PRealm::Event | |
| wait_faultaware(bool &poisoned) const | PRealm::Event |