#include <P_AIO.h>
Inherits AIOCallback.

Public Member Functions | |
| int | io_complete (int event, void *data) |
| AIOCallbackInternal () | |
Data Fields | |
| AIOCallback * | first |
| AIO_Reqs * | aio_req |
| ink_hrtime | sleep_time |
Definition at line 100 of file P_AIO.h.
| AIOCallbackInternal::AIOCallbackInternal | ( | ) | [inline] |
Definition at line 106 of file P_AIO.h.
References AIOCallback::aiocb, io_complete(), and SET_HANDLER.
| TS_INLINE int AIOCallbackInternal::io_complete | ( | int | event, | |
| void * | data | |||
| ) |
Definition at line 119 of file P_AIO.h.
References AIOCallback::action, AIO_EVENT_DONE, Action::cancelled, Action::continuation, and Continuation::handleEvent().
Referenced by AIOCallbackInternal().
Definition at line 103 of file P_AIO.h.
Referenced by aio_queue_req().
1.7.1