LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
The completion object resource. More...
Classes | |
class | lci::comp_t |
The actual implementation for RESOURCE comp. More... | |
The completion object resource.
[out] | comp_type | of type attr_comp_type_t; The completion object type. |
[in,out] | sync_threshold | of type int; The threshold for sync (synchronizer). |
[in,out] | zero_copy_am | of type bool; Whether to directly pass internal packet into the completion object. |
[in,out] | cq_type | of type attr_cq_type_t; The completion object type. |
[in,out] | cq_default_length | of type int; The default length of the completion queue. |
[in,out] | user_context | of type void*; User context for the resource. |