io_destroy.1

来自「xen 3.2.2 源码」· 1 代码 · 共 18 行

1
18
字号
.\"/* sys_io_destroy:.\" *      Destroy the aio_context specified.  May cancel any outstanding .\" *      AIOs and block on completion.  Will fail with -ENOSYS if not.\" *      implemented.  May fail with -EFAULT if the context pointed to.\" *      is invalid..\" */.\" libaio provides this as io_queue_release..TH io_destroy 2 2002-09-03 "Linux 2.4" "Linux AIO".SH NAMEio_destroy \- destroy an io context.SH SYNOPSIS.B #include <errno.h>.br.B #include <libaio.h>.LP.BI "int io_destroy(io_context_t " ctx ");"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?