Home
last modified time | relevance | path

Searched refs:async_context (Results 1 – 1 of 1) sorted by relevance

/external/liburing/examples/
Ducontext-cp.c33 } async_context; typedef
36 async_context *pctx;
45 async_context *pctx, \
71 int await_poll(async_context *pctx, int fd, short poll_mask) { in DEFINE_AWAIT_OP()
87 int await_delay(async_context *pctx, time_t seconds) { in await_delay()
108 static int setup_context(async_context *pctx, struct io_uring *ring) in setup_context()
130 static int copy_file(async_context *pctx, int infd, int outfd, struct iovec* piov) in copy_file()
167 async_context *pctx = pbundle->pctx; in copy_file_wrapper()
212 async_context *pctx = malloc(sizeof(*pctx)); in main()
260 async_context *pctx = io_uring_cqe_get_data(cqe); in main()