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

This section describes the LCI API for checking the completion status of posted communications. More...

Collaboration diagram for Completion Checking:

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_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.
 

Detailed Description

This section describes the LCI API for checking the completion status of posted communications.