LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
Loading...
Searching...
No Matches

Post a network receive operation. More...

Collaboration diagram for net_post_recv:

Classes

class  lci::net_post_recv_x
 The actual implementation for net_post_recv. More...
 

Detailed Description

Post a network receive operation.

Parameters
[in]runtimeof type runtime_t; optional argument; The runtime object.
[in]bufferof type void*; positional argument; The receive buffer base address.
[in]sizeof type size_t; positional argument; The receive buffer size.
[in]mrof type mr_t; positional argument; The registered memory region for the receive buffer.
[in]deviceof type device_t; optional argument; The device to post the receive operation.
[in]user_contextof type void*; optional argument; The arbitrary user-defined context.
Returns
of type error_t; The error code.