| 103 | } |
| 104 | |
| 105 | static void RecvCallBack(void *request, ucs_status_t status, size_t length, void *user_data) { |
| 106 | SendRecvCommonCallBack(request, status, user_data); |
| 107 | } |
| 108 | |
| 109 | static ucs_status_t ActiveMessageRecvCallback(void *arg, |
| 110 | const void *header, size_t header_length, |
nothing calls this directly
no test coverage detected