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

Wait for a synchronizer to be ready. More...

Collaboration diagram for sync_wait:

Classes

class  lci::sync_wait_x
 The actual implementation for sync_wait. More...
 

Detailed Description

Wait for a synchronizer to be ready.

Parameters
[in]runtimeof type runtime_t; optional argument; The runtime object.
[in]compof type comp_t; positional argument; The synchronizer to wait.
[out]p_outof type status_t*; positional argument; The pointer to an status array of size comp.get_attr_sync_threshold() to hold the outputs.
[in]do_progressof type bool; optional argument; Whether to call lci::progress() in the loop.
[in]deviceof type device_t; optional argument; The device to make progress on.