| add_code_translator(CodeTranslator *t) | Realm::RuntimeImpl | |
| add_dma_channel(Channel *c) | Realm::RuntimeImpl | |
| add_ib_memory(IBMemory *m) | Realm::RuntimeImpl | |
| add_memory(MemoryImpl *m) | Realm::RuntimeImpl | |
| add_proc_mem_affinity(const Machine::ProcessorMemoryAffinity &pma) | Realm::RuntimeImpl | |
| add_processor(ProcessorImpl *p) | Realm::RuntimeImpl | |
| bgwork | Realm::RuntimeImpl | |
| code_translators | Realm::RuntimeImpl | protected |
| collective_spawn(Processor target_proc, Processor::TaskFuncID task_id, const void *args, size_t arglen, Event wait_on=Event::NO_EVENT, int priority=0) | Realm::RuntimeImpl | |
| collective_spawn_by_kind(Processor::Kind target_kind, Processor::TaskFuncID task_id, const void *args, size_t arglen, bool one_per_node=false, Event wait_on=Event::NO_EVENT, int priority=0) | Realm::RuntimeImpl | |
| configure_from_command_line(std::vector< std::string > &cmdline) | Realm::RuntimeImpl | |
| core_reservation_set(void) | Realm::RuntimeImpl | |
| core_reservations | Realm::RuntimeImpl | |
| create_configs(int argc, char **argv) | Realm::RuntimeImpl | |
| create_shared_peers(void) | Realm::RuntimeImpl | protected |
| custom_serdez_table | Realm::RuntimeImpl | |
| deferred_shutdown | Realm::RuntimeImpl | |
| event_triggerer | Realm::RuntimeImpl | |
| finish_configure(void) | Realm::RuntimeImpl | |
| free_sparsity_impl(SparsityMapImplWrapper *impl) | Realm::RuntimeImpl | |
| get_available_sparsity_impl(NodeID target_node) | Realm::RuntimeImpl | |
| get_barrier_impl(Event e) | Realm::RuntimeImpl | |
| get_code_translators(void) const | Realm::RuntimeImpl | |
| get_compqueue_impl(ID id) | Realm::RuntimeImpl | |
| get_event_impl(Event e) | Realm::RuntimeImpl | |
| get_genevent_impl(Event e) | Realm::RuntimeImpl | |
| get_ib_memory_impl(ID id) const | Realm::RuntimeImpl | |
| get_instance_impl(ID id) | Realm::RuntimeImpl | |
| get_lock_impl(ID id) | Realm::RuntimeImpl | |
| get_memory_impl(ID id) const | Realm::RuntimeImpl | |
| get_module(const char *name) const | Realm::RuntimeImpl | inline |
| get_module_config(const std::string &name) const | Realm::RuntimeImpl | |
| get_module_untyped(const char *name) const | Realm::RuntimeImpl | protected |
| get_processor_impl(ID id) | Realm::RuntimeImpl | |
| get_procgroup_impl(ID id) | Realm::RuntimeImpl | |
| get_sparsity_impl(ID id) | Realm::RuntimeImpl | |
| get_subgraph_impl(ID id) | Realm::RuntimeImpl | |
| has_key_value_store(void) const | Realm::RuntimeImpl | |
| has_key_value_store_group(void) const | Realm::RuntimeImpl | |
| host_topology | Realm::RuntimeImpl | |
| initiate_shutdown(void) | Realm::RuntimeImpl | |
| is_key_value_store_elastic(void) const | Realm::RuntimeImpl | |
| key_value_store_bar(void) const | Realm::RuntimeImpl | |
| key_value_store_cas(const void *key, size_t key_size, void *expected, size_t *expected_size, const void *desired, size_t desired_size) const | Realm::RuntimeImpl | |
| key_value_store_get(const void *key, size_t key_size, void *value, size_t *value_size) const | Realm::RuntimeImpl | |
| key_value_store_get_int(const std::string_view &key) const | Realm::RuntimeImpl | |
| key_value_store_local_group(void) const | Realm::RuntimeImpl | |
| key_value_store_local_rank(void) const | Realm::RuntimeImpl | |
| key_value_store_local_ranks(void) const | Realm::RuntimeImpl | |
| key_value_store_put(const void *key, size_t key_size, const void *value, size_t value_size) const | Realm::RuntimeImpl | |
| key_value_store_vtable | Realm::RuntimeImpl | protected |
| key_value_store_vtable_data | Realm::RuntimeImpl | protected |
| local_barrier_free_list | Realm::RuntimeImpl | |
| local_compqueue_free_list | Realm::RuntimeImpl | |
| local_event_free_list | Realm::RuntimeImpl | |
| local_events | Realm::RuntimeImpl | |
| local_proc_group_free_lists | Realm::RuntimeImpl | |
| local_reservation_free_list | Realm::RuntimeImpl | |
| local_shared_memory_mappings | Realm::RuntimeImpl | |
| local_sparsity_map_free_lists | Realm::RuntimeImpl | |
| local_subgraph_free_lists | Realm::RuntimeImpl | |
| machine | Realm::RuntimeImpl | |
| message_manager | Realm::RuntimeImpl | |
| module_configs | Realm::RuntimeImpl | protected |
| module_configs_created | Realm::RuntimeImpl | protected |
| module_registrar | Realm::RuntimeImpl | protected |
| modules | Realm::RuntimeImpl | protected |
| modules_created | Realm::RuntimeImpl | protected |
| network_init(int *argc, char ***argv, const Runtime::KeyValueStoreVtable &vtable) | Realm::RuntimeImpl | |
| network_modules | Realm::RuntimeImpl | protected |
| network_segments | Realm::RuntimeImpl | protected |
| next_local_ib_memory_id(void) | Realm::RuntimeImpl | |
| next_local_memory_id(void) | Realm::RuntimeImpl | |
| next_local_processor_id(void) | Realm::RuntimeImpl | |
| nodes | Realm::RuntimeImpl | |
| notify_register_reduction(ReductionOpID redop_id) | Realm::RuntimeImpl | |
| num_local_ib_memories | Realm::RuntimeImpl | protected |
| num_local_memories | Realm::RuntimeImpl | protected |
| num_local_processors | Realm::RuntimeImpl | protected |
| num_nodes | Realm::RuntimeImpl | |
| num_untriggered_events | Realm::RuntimeImpl | |
| optable | Realm::RuntimeImpl | |
| parse_command_line(std::vector< std::string > &cmdline) | Realm::RuntimeImpl | |
| realm_backtrace(int signal) | Realm::RuntimeImpl | static |
| reduce_op_table | Realm::RuntimeImpl | |
| reg_ib_mem_segment | Realm::RuntimeImpl | protected |
| reg_mem_segment | Realm::RuntimeImpl | protected |
| register_custom_serdez(CustomSerdezID serdez_id, const CustomSerdezUntyped *serdez) | Realm::RuntimeImpl | |
| register_reduction(Event &event, ReductionOpID redop_id, const ReductionOpUntyped *redop) | Realm::RuntimeImpl | |
| register_task(Processor::TaskFuncID taskid, Processor::TaskFuncPtr taskptr) | Realm::RuntimeImpl | |
| remote_shared_memory_mappings | Realm::RuntimeImpl | |
| repl_heap | Realm::RuntimeImpl | |
| request_shutdown(Event wait_on, int result_code) | Realm::RuntimeImpl | |
| run(Processor::TaskFuncID task_id=0, Runtime::RunStyle style=Runtime::ONE_TASK_ONLY, const void *args=0, size_t arglen=0, bool background=false) | Realm::RuntimeImpl | |
| run_method_called | Realm::RuntimeImpl | |
| Runtime | Realm::RuntimeImpl | friend |
| RuntimeImpl(void) | Realm::RuntimeImpl | |
| sampling_profiler | Realm::RuntimeImpl | |
| share_memories(void) | Realm::RuntimeImpl | protected |
| shared_peers_use_network_module | Realm::RuntimeImpl | |
| shutdown(Event wait_on=Event::NO_EVENT, int result_code=0) | Realm::RuntimeImpl | |
| shutdown_condvar | Realm::RuntimeImpl | |
| shutdown_in_progress | Realm::RuntimeImpl | |
| shutdown_initiated | Realm::RuntimeImpl | |
| shutdown_mutex | Realm::RuntimeImpl | |
| shutdown_precondition | Realm::RuntimeImpl | |
| shutdown_request_received | Realm::RuntimeImpl | |
| shutdown_result_code | Realm::RuntimeImpl | |
| start(void) | Realm::RuntimeImpl | |
| topology_init | Realm::RuntimeImpl | |
| wait_for_shutdown(void) | Realm::RuntimeImpl | |
| ~RuntimeImpl(void) | Realm::RuntimeImpl | |