|
| post_comm_x (direction_t direction_in, int rank_in, void *local_buffer_in, size_t size_in, comp_t local_comp_in) |
|
post_comm_x && | direction (direction_t direction_in) |
|
post_comm_x && | rank (int rank_in) |
|
post_comm_x && | local_buffer (void *local_buffer_in) |
|
post_comm_x && | size (size_t size_in) |
|
post_comm_x && | local_comp (comp_t local_comp_in) |
|
post_comm_x && | runtime (runtime_t runtime_in) |
|
post_comm_x && | packet_pool (packet_pool_t packet_pool_in) |
|
post_comm_x && | device (device_t device_in) |
|
post_comm_x && | endpoint (endpoint_t endpoint_in) |
|
post_comm_x && | matching_engine (matching_engine_t matching_engine_in) |
|
post_comm_x && | comp_semantic (comp_semantic_t comp_semantic_in) |
|
post_comm_x && | mr (mr_t mr_in) |
|
post_comm_x && | remote_disp (uintptr_t remote_disp_in) |
|
post_comm_x && | rmr (rmr_t rmr_in) |
|
post_comm_x && | tag (tag_t tag_in) |
|
post_comm_x && | remote_comp (rcomp_t remote_comp_in) |
|
post_comm_x && | user_context (void *user_context_in) |
|
post_comm_x && | buffers (buffers_t buffers_in) |
|
post_comm_x && | rbuffers (rbuffers_t rbuffers_in) |
|
post_comm_x && | matching_policy (matching_policy_t matching_policy_in) |
|
post_comm_x && | allow_done (bool allow_done_in) |
|
post_comm_x && | allow_posted (bool allow_posted_in) |
|
post_comm_x && | allow_retry (bool allow_retry_in) |
|
post_comm_x && | force_zcopy (bool force_zcopy_in) |
|
status_t | call_impl (direction_t direction, int rank, void *local_buffer, size_t size, comp_t local_comp, runtime_t runtime, packet_pool_t packet_pool, device_t device, endpoint_t endpoint, matching_engine_t matching_engine, comp_semantic_t comp_semantic, mr_t mr, uintptr_t remote_disp, rmr_t rmr, tag_t tag, rcomp_t remote_comp, void *user_context, buffers_t buffers, rbuffers_t rbuffers, matching_policy_t matching_policy, bool allow_done, bool allow_posted, bool allow_retry, bool force_zcopy) const |
|
status_t | call () const |
|
status_t | operator() () const |
|
The actual implementation for post_comm.