Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_linux_aio_read.c14 extern aio_context_t ngx_aio_ctx;
21 io_submit(aio_context_t ctx, long n, struct iocb **paiocb) in io_submit()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_epoll_module.c84 typedef u_int aio_context_t; typedef
146 aio_context_t ngx_aio_ctx = 0;
227 io_setup(u_int nr_reqs, aio_context_t *ctx) in io_setup()
234 io_destroy(aio_context_t ctx) in io_destroy()
241 io_getevents(aio_context_t ctx, long min_nr, long nr, struct io_event *events, in io_getevents()