Results of 1 - 4 of about 4 for fildes (0.001 sec.)
- Man page of AIO 12260
- AIO Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 aio - POS
...
hese fields is implementation-dependent */ int aio_fildes; /* File descriptor */ off_t aio_offset; /* File o ...
}; この構造体のフィールドは以下の通りである。 aio_fildes I/O 操作の実行対象となるファイルディスクリプター。 ...
tor would then be available via ioReq->aiocbp->aio_fildes */ } } int main(int argc, char *argv[]) { struct s ...
t[j].aiocbp = &aiocbList[j]; ioList[j].aiocbp->aio_fildes = open(argv[j + 1], O_RDONLY); if (ioList[j].aiocb ...
-
https://man.plustar.jp/manpage/man7/aio.7.html
- [similar]
- Man page of AIO_FSYNC 9209
- AIO_FSYNC Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 aio
...
リンクする。 説明 aio_fsync () 関数は、 aiocbp->aio_fildes で関連付けられているまだ 完了していない全ての非同期 ...
指される構造体のフィールドのうち、この呼び出しで aio_fildes 以外に使用されるのは aio_sigevent フィールド ( sig ...
れる。 エラー EAGAIN リソースが足りない。 EBADF aio_fildes が書き込みのためにオープンされた有効なファイルディ ...
-
https://man.plustar.jp/manpage/man3/aio_fsync.3.html
- [similar]
- Man page of AIO_READ 7748
- AIO_READ Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 aio_
...
d, buf, count) の各引数は aiocb が指す構造体の aio_fildes , aio_buf , aio_nbytes に (この順序で) 対応する ( ...
れる)。 エラー EAGAIN リソースが足りない。 EBADF aio_fildes は読み込みのためにオープンされた有効なファイルディ ...
-
https://man.plustar.jp/manpage/man3/aio_read.3.html
- [similar]
- Man page of AIO_WRITE 7748
- AIO_WRITE Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 aio
...
d, buf, count) の各引数は aiocb が指す構造体の aio_fildes , aio_buf , aio_nbytes に (この順序で) 対応する ( ...
れる)。 エラー EAGAIN リソースが足りない。 EBADF aio_fildes が書き込みのためにオープンされた有効なファイルディ ...
-
https://man.plustar.jp/manpage/man3/aio_write.3.html
- [similar]
PREV
1
NEXT