LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
Post a network receive operation. More...
Classes | |
class | lci::net_post_recv_x |
The actual implementation for net_post_recv. More... | |
Post a network receive operation.
[in] | runtime | of type runtime_t; optional argument; The runtime object. |
[in] | buffer | of type void*; positional argument; The receive buffer base address. |
[in] | size | of type size_t; positional argument; The receive buffer size. |
[in] | mr | of type mr_t; positional argument; The registered memory region for the receive buffer. |
[in] | device | of type device_t; optional argument; The device to post the receive operation. |
[in] | user_context | of type void*; optional argument; The arbitrary user-defined context. |