1 Star 0 Fork 4.9K

Cain / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
aio-h.md 3.12 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

aio.h

Overview

Related Modules:

IO

Description:

Declares functions related to asynchronous I/O (AIO) operations.

Since:

1.0

Version:

1.0

Summary

Macros

Macro Name and Value

Description

LIO_WAIT   0

Waiting to be notified of the completion of all asynchronous I/O operations.

LIO_NOWAIT   1

Not waiting to be notified of the completion of all asynchronous I/O operations.

Functions

Function Name

Description

lio_listio (int mode, struct aiocb *restrict const *restrict cbs, int cnt, struct sigevent *restrict sev)

int 

Initiates AIO requests.

1
https://gitee.com/cain_qin/docs.git
git@gitee.com:cain_qin/docs.git
cain_qin
docs
docs
master

搜索帮助