Results of 1 - 1 of about 1 for ioList (0.001 sec.)
- Man page of AIO 9414
- AIO Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 aio - POS
...
c - 1; /* Allocate our arrays */ struct ioRequest *ioList = calloc(numReqs, sizeof(*ioList)); if (ioList == ...
descriptor */ for (int j = 0; j < numReqs; j++) { ioList[j].reqNum = j; ioList[j].status = EINPROGRESS; ioL ...
ist[j].aiocbp = &aiocbList[j]; ioList[j].aiocbp->aio_fildes = open(argv[j + 1], O_RDONLY ...
); if (ioList[j].aiocbp->aio_fildes == -1) errExit("open"); prin ...
-
https://man.plustar.jp/manpage/man7/aio.7.html
- [similar]
PREV
1
NEXT