LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
Wait for a synchronizer to be ready. More...
Classes | |
class | lci::sync_wait_x |
The actual implementation for sync_wait. More... | |
Wait for a synchronizer to be ready.
[in] | runtime | of type runtime_t; optional argument; The runtime object. |
[in] | comp | of type comp_t; positional argument; The synchronizer to wait. |
[out] | p_out | of type status_t*; positional argument; The pointer to an status array of size comp.get_attr_sync_threshold() to hold the outputs. |
[in] | do_progress | of type bool; optional argument; Whether to call lci::progress() in the loop. |
[in] | device | of type device_t; optional argument; The device to make progress on. |