Lines Matching full:async
18 waits for the next async event of the RDMA device context
93 acknowledge the async event
102 All async events that
113 simultaneously, then when an async event occurs, only one thread will
117 The following code example demonstrates one possible way to work with async events in non-blocking …
120 1. Set the async events queue work mode to be non-blocked
122 2. Poll the queue until it has an async event
124 3. Get the async event and ack it
127 /* change the blocking mode of the async event queue */
131 fprintf(stderr, "Failed to change file descriptor of async event queue\en");
151 /* Get the async event */