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

Allocate a synchronizer. More...

Collaboration diagram for alloc_sync:

Classes

class  lci::alloc_sync_x
 The actual implementation for alloc_sync. More...
 

Detailed Description

Allocate a synchronizer.

Parameters
[in]runtimeof type runtime_t; optional argument; The runtime object.
[in]thresholdof type int; optional argument; The signaling threshold of the synchronizer.
[in]zero_copy_amof type bool; optional argument; Whether to directly pass internal packet into the completion object.
[in]user_contextof type void*; optional argument; The arbitrary user-defined context associated with this completion object.
Returns
of type comp_t; The allocated synchronizer.