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