![]() |
Realm
A distributed, event-based tasking library
|
This is the complete list of members for Realm::UserEvent, 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(void) const | Realm::UserEvent | |
| cancel_operation(const void *reason_data, size_t reason_size) const | Realm::Event | |
| create_user_event(void) | Realm::UserEvent | static |
| 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 | |
| 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 |
| 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_EVENT | Realm::Event | static |
| NO_USER_EVENT | Realm::UserEvent | 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_operation_priority(int new_priority) const | Realm::Event | |
| subscribe(void) const | Realm::Event | |
| trigger(Event wait_on=Event::NO_EVENT, bool ignore_faults=false) const | Realm::UserEvent | |
| UserEvent()=default | Realm::UserEvent | |
| UserEvent(id_t id) | Realm::UserEvent | inline |
| wait(void) const | Realm::Event | |
| wait_faultaware(bool &poisoned) const | Realm::Event |