![]() |
Realm
A distributed, event-based tasking library
|
This is the complete list of members for Realm::EventImpl, including all inherited members.
| add_waiter(gen_t needed_gen, EventWaiter *waiter)=0 | Realm::EventImpl | pure virtual |
| add_waiter(Event needed, EventWaiter *waiter) | Realm::EventImpl | static |
| detect_event_chain(Event search_from, Event target, int max_depth, bool print_chain) | Realm::EventImpl | static |
| EventImpl(void) | Realm::EventImpl | |
| external_timedwait(gen_t needed_gen, bool &poisoned, long long max_ns)=0 | Realm::EventImpl | pure virtual |
| external_wait(gen_t needed_gen, bool &poisoned)=0 | Realm::EventImpl | pure virtual |
| gen_t typedef | Realm::EventImpl | |
| has_triggered(gen_t needed_gen, bool &poisoned)=0 | Realm::EventImpl | pure virtual |
| make_event(gen_t gen) const | Realm::EventImpl | |
| me | Realm::EventImpl | |
| owner | Realm::EventImpl | |
| owning_processor | Realm::EventImpl | |
| remove_waiter(gen_t needed_gen, EventWaiter *waiter)=0 | Realm::EventImpl | pure virtual |
| subscribe(gen_t subscribe_gen)=0 | Realm::EventImpl | pure virtual |
| ~EventImpl(void) | Realm::EventImpl | virtual |