|
int | orte_rml_base_null_send (struct orte_process_name_t *peer, struct iovec *msg, int count, int tag, int flags) |
|
int | orte_rml_base_null_send_nb (struct orte_process_name_t *peer, struct iovec *msg, int count, orte_rml_tag_t tag, int flags, orte_rml_callback_fn_t cbfunc, void *cbdata) |
|
int | orte_rml_base_null_send_buffer (struct orte_process_name_t *peer, struct opal_buffer_t *buffer, orte_rml_tag_t tag, int flags) |
|
int | orte_rml_base_null_send_buffer_nb (struct orte_process_name_t *peer, struct opal_buffer_t *buffer, orte_rml_tag_t tag, int flags, orte_rml_buffer_callback_fn_t cbfunc, void *cbdata) |
|
int | orte_rml_base_null_recv (struct orte_process_name_t *peer, struct iovec *msg, int count, orte_rml_tag_t tag, int flags) |
|
int | orte_rml_base_null_recv_nb (struct orte_process_name_t *peer, struct iovec *msg, int count, orte_rml_tag_t tag, int flags, orte_rml_callback_fn_t cbfunc, void *cbdata) |
|
int | orte_rml_base_null_recv_buffer (struct orte_process_name_t *peer, struct opal_buffer_t *buf, orte_rml_tag_t tag, int flags) |
|
int | orte_rml_base_null_recv_buffer_nb (struct orte_process_name_t *peer, orte_rml_tag_t tag, int flags, orte_rml_buffer_callback_fn_t cbfunc, void *cbdata) |
|
int | orte_rml_base_null_recv_cancel (orte_process_name_t *peer, orte_rml_tag_t tag) |
|