UCX 1.17
Unified Communication X
Loading...
Searching...
No Matches
UCT interface for asynchronous event capabilities

List of capabilities supported by UCT iface event API. More...

Macros

#define UCT_IFACE_FLAG_EVENT_SEND_COMP   UCS_BIT(0)
 
#define UCT_IFACE_FLAG_EVENT_RECV   UCS_BIT(1)
 
#define UCT_IFACE_FLAG_EVENT_RECV_SIG   UCS_BIT(2)
 
#define UCT_IFACE_FLAG_EVENT_FD   UCS_BIT(3)
 
#define UCT_IFACE_FLAG_EVENT_ASYNC_CB   UCS_BIT(4)
 

Detailed Description

The definition list presents a full list of operations and capabilities supported by UCT iface event.

Macro Definition Documentation

◆ UCT_IFACE_FLAG_EVENT_SEND_COMP

#define UCT_IFACE_FLAG_EVENT_SEND_COMP   UCS_BIT(0)

Event notification of send completion is supported

◆ UCT_IFACE_FLAG_EVENT_RECV

#define UCT_IFACE_FLAG_EVENT_RECV   UCS_BIT(1)

Event notification of tag and active message receive is supported

◆ UCT_IFACE_FLAG_EVENT_RECV_SIG

#define UCT_IFACE_FLAG_EVENT_RECV_SIG   UCS_BIT(2)

Event notification of signaled tag and active message is supported

◆ UCT_IFACE_FLAG_EVENT_FD

#define UCT_IFACE_FLAG_EVENT_FD   UCS_BIT(3)

Event notification through File Descriptor is supported

◆ UCT_IFACE_FLAG_EVENT_ASYNC_CB

#define UCT_IFACE_FLAG_EVENT_ASYNC_CB   UCS_BIT(4)

Event notification through asynchronous callback invocation is supported