Home | History | Annotate | Download | only in src

Lines Matching refs:aio_ctx_

2560   aio_ctx_ = 0;
2923 if (io_submit(aio_ctx_, 1, cbs) != 1) {
2939 if (io_getevents(aio_ctx_, 1, 1, &event, &tv) != 1) {
2961 io_cancel(aio_ctx_, &cb, &event);
2962 io_destroy(aio_ctx_);
2963 aio_ctx_ = 0;
2964 if (io_setup(5, &aio_ctx_)) {
3174 if (io_setup(5, &aio_ctx_)) {
3189 io_destroy(aio_ctx_);