|
LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
The actual implementation for barrier. More...
#include <lci_binding_post.hpp>
Public Member Functions | |
| barrier_x () | |
| barrier_x && | runtime (runtime_t runtime_in) |
| barrier_x && | device (device_t device_in) |
| barrier_x && | endpoint (endpoint_t endpoint_in) |
| barrier_x && | matching_engine (matching_engine_t matching_engine_in) |
| barrier_x && | comp_semantic (comp_semantic_t comp_semantic_in) |
| barrier_x && | comp (comp_t comp_in) |
| void | call_impl (runtime_t runtime, device_t device, endpoint_t endpoint, matching_engine_t matching_engine, comp_semantic_t comp_semantic, comp_t comp) const |
| void | call () const |
| void | operator() () const |
Public Attributes | |
| option_t< runtime_t > | m_runtime |
| option_t< device_t > | m_device |
| option_t< endpoint_t > | m_endpoint |
| option_t< matching_engine_t > | m_matching_engine |
| option_t< comp_semantic_t > | m_comp_semantic |
| option_t< comp_t > | m_comp |
The actual implementation for barrier.
|
inline |
| void lci::barrier_x::call | ( | ) | const |
| void lci::barrier_x::call_impl | ( | runtime_t | runtime, |
| device_t | device, | ||
| endpoint_t | endpoint, | ||
| matching_engine_t | matching_engine, | ||
| comp_semantic_t | comp_semantic, | ||
| comp_t | comp ) const |
|
inline |
|
inline |
|
inline |
|
inline |
| option_t<comp_semantic_t> lci::barrier_x::m_comp_semantic |
| option_t<endpoint_t> lci::barrier_x::m_endpoint |
| option_t<matching_engine_t> lci::barrier_x::m_matching_engine |