LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
The actual implementation for RESOURCE runtime. More...
#include <lci_binding_pre.hpp>
Public Types | |
using | attr_t = runtime_attr_t |
Public Member Functions | |
size_t | get_attr_packet_return_threshold () const |
int | get_attr_imm_nbits_tag () const |
int | get_attr_imm_nbits_rcomp () const |
uint64_t | get_attr_max_imm_tag () const |
uint64_t | get_attr_max_imm_rcomp () const |
uint64_t | get_attr_max_tag () const |
uint64_t | get_attr_max_rcomp () const |
bool | get_attr_alloc_default_device () const |
bool | get_attr_alloc_default_packet_pool () const |
bool | get_attr_alloc_default_matching_engine () const |
attr_rdv_protocol_t | get_attr_rdv_protocol () const |
void * | get_attr_user_context () const |
attr_t | get_attr () const |
runtime_t ()=default | |
runtime_t (void *p) | |
bool | is_empty () const |
runtime_impl_t * | get_impl () const |
void | set_impl (runtime_impl_t *p) |
bool | operator== (const runtime_t &other) const |
Public Attributes | |
runtime_impl_t * | p_impl = nullptr |
The actual implementation for RESOURCE runtime.
using lci::runtime_t::attr_t = runtime_attr_t |
|
default |
|
inline |
runtime_t::attr_t lci::runtime_t::get_attr | ( | ) | const |
bool lci::runtime_t::get_attr_alloc_default_device | ( | ) | const |
bool lci::runtime_t::get_attr_alloc_default_matching_engine | ( | ) | const |
bool lci::runtime_t::get_attr_alloc_default_packet_pool | ( | ) | const |
int lci::runtime_t::get_attr_imm_nbits_rcomp | ( | ) | const |
int lci::runtime_t::get_attr_imm_nbits_tag | ( | ) | const |
uint64_t lci::runtime_t::get_attr_max_imm_rcomp | ( | ) | const |
uint64_t lci::runtime_t::get_attr_max_imm_tag | ( | ) | const |
uint64_t lci::runtime_t::get_attr_max_rcomp | ( | ) | const |
uint64_t lci::runtime_t::get_attr_max_tag | ( | ) | const |
size_t lci::runtime_t::get_attr_packet_return_threshold | ( | ) | const |
attr_rdv_protocol_t lci::runtime_t::get_attr_rdv_protocol | ( | ) | const |
void * lci::runtime_t::get_attr_user_context | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
runtime_impl_t* lci::runtime_t::p_impl = nullptr |