|
| post_recv_x (int rank_in, void *local_buffer_in, size_t size_in, tag_t tag_in, comp_t local_comp_in) |
|
post_recv_x && | rank (int rank_in) |
|
post_recv_x && | local_buffer (void *local_buffer_in) |
|
post_recv_x && | size (size_t size_in) |
|
post_recv_x && | tag (tag_t tag_in) |
|
post_recv_x && | local_comp (comp_t local_comp_in) |
|
post_recv_x && | runtime (runtime_t runtime_in) |
|
post_recv_x && | packet_pool (packet_pool_t packet_pool_in) |
|
post_recv_x && | device (device_t device_in) |
|
post_recv_x && | endpoint (endpoint_t endpoint_in) |
|
post_recv_x && | matching_engine (matching_engine_t matching_engine_in) |
|
post_recv_x && | mr (mr_t mr_in) |
|
post_recv_x && | user_context (void *user_context_in) |
|
post_recv_x && | buffers (buffers_t buffers_in) |
|
post_recv_x && | matching_policy (matching_policy_t matching_policy_in) |
|
post_recv_x && | allow_done (bool allow_done_in) |
|
post_recv_x && | allow_posted (bool allow_posted_in) |
|
post_recv_x && | allow_retry (bool allow_retry_in) |
|
post_recv_x && | force_zcopy (bool force_zcopy_in) |
|
status_t | call_impl (int rank, void *local_buffer, size_t size, tag_t tag, comp_t local_comp, runtime_t runtime, packet_pool_t packet_pool, device_t device, endpoint_t endpoint, matching_engine_t matching_engine, mr_t mr, void *user_context, buffers_t buffers, 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_recv.