LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
Allocate a completion queue. More...
Classes | |
class | lci::alloc_cq_x |
The actual implementation for alloc_cq. More... | |
Allocate a completion queue.
[in] | runtime | of type runtime_t; optional argument; The runtime object. |
[in] | default_length | of type int; optional argument; The default length of the completion queue. |
[in] | zero_copy_am | of type bool; optional argument; Whether to directly pass internal packet into the completion object. |
[in] | cq_type | of type attr_cq_type_t; optional argument; The type of the completion queue. |
[in] | user_context | of type void*; optional argument; The arbitrary user-defined context associated with this completion object. |