|
LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
This section describes the LCI API for checking the completion status of posted communications. More...
Topics | |
| free_comp | |
| Free a new comp object. | |
| comp_signal | |
| Signal a completion object. | |
| reserve_rcomps | |
| Reserve spaces for n remote completion handlers. | |
| register_rcomp | |
| Register a completion object into a remote completion handler. | |
| deregister_rcomp | |
| Deregister a remote completion handler. | |
| alloc_sync | |
| Allocate a synchronizer. | |
| sync_test | |
| Test a synchronizer. | |
| sync_wait | |
| Wait for a synchronizer to be ready. | |
| alloc_counter | |
| Allocate a counter (initialized to 0). | |
| counter_get | |
| Get the current value of a counter. | |
| counter_set | |
| Set the value of a counter. | |
| alloc_cq | |
| Allocate a completion queue. | |
| cq_pop | |
| Pop a status from a completion queue. | |
| alloc_handler | |
| Allocate a completion handler. | |
| alloc_graph | |
| Allocate a completion handler. | |
| graph_add_node | |
| Add a node to a graph. | |
| graph_add_edge | |
| Add a edge to a graph. | |
| graph_node_mark_complete | |
| Mark a node complete. | |
| graph_start | |
| Start a graph. | |
| graph_test | |
| Test a graph. | |
| RESOURCE comp | |
| The completion object resource. | |
This section describes the LCI API for checking the completion status of posted communications.