manページ検索

phrase: max: clip:
target: order:
Results of 1 - 7 of about 7 for aiocbp (0.014 sec.)
Man page of AIO 13268
AIO Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 aio - POS ... requests */ int reqNum; int status; struct aiocb *aiocbp; }; static volatile sig_atomic_t gotSIGQUIT = 0; / ... file descriptor would then be available via ioReq->aiocbp->aio_fildes */ } } int main(int argc, char *argv[] ... Num = j; ioList[j].status = EINPROGRESS; ioList[j].aiocbp = &aiocbList[j]; ioList[j].aiocbp->aio_fildes = op ... en(argv[j + 1], O_RDONLY); if (ioList[j].aiocbp->aio_fildes == -1) errExit("open"); printf("opened ...
https://man.plustar.jp/manpage/man7/aio.7.html - [similar]
Man page of AIO_READ 9015
AIO_READ Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 aio_ ... 書式 #include < aio.h > int aio_read(struct aiocb * aiocbp ); -lrt でリンクする。 説明 aio_read () 関数は、 a ... の読み込みは、ファイルオフセットに関係なく、絶対位置 aiocbp->aio_offset を開始点として行われる。呼び出しの後の ... た I/O 操作の返り値は aio_return (3) で取得できる。 aiocbp->aio_sigevent を適切に設定することで、 I/O 完了の非 ... る場合、 非同期操作は呼び出したプロセスの優先度から aiocbp->aio_reqprio を引いた優先度で登録 (submit) される。 ...
https://man.plustar.jp/manpage/man3/aio_read.3.html - [similar]
Man page of AIO_CANCEL 8924
AIO_CANCEL Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 ai ... e < aio.h > int aio_cancel(int fd , struct aiocb * aiocbp ); -lrt でリンクする。 説明 aio_cancel () 関数は、 ... ない非同期 I/O リクエストをキャンセルしようとする。 aiocbp が NULL の場合、そのような全てのリクエストがキャン ... セルされる。 aiocbp が NULL でない場合、 aiocbp で指された制御ブロック ... aio_error (3) はステータス EINPROGRESSS を返す)。 aiocbp が NULL でなく、かつ fd が非同期操作が開始されたフ ...
https://man.plustar.jp/manpage/man3/aio_cancel.3.html - [similar]
Man page of AIO_WRITE 8924
AIO_WRITE Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 aio ... 書式 #include < aio.h > int aio_write(struct aiocb * aiocbp ); -lrt でリンクする。 説明 aio_write () 関数は、 ... 合、ファイルオフセットに関係なく、 データは絶対位置 aiocbp->aio_offset を開始点として書き込まれる。 O_APPEND ... た I/O 操作の返り値は aio_return (3) で取得できる。 aiocbp->aio_sigevent を適切に設定することで、 I/O 完了の非 ... る場合、 非同期操作は呼び出したプロセスの優先度から aiocbp->aio_reqprio を引いた優先度で登録 (submit) される。 ...
https://man.plustar.jp/manpage/man3/aio_write.3.html - [similar]
Man page of AIO_ERROR 8124
AIO_ERROR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 aio ... clude < aio.h > int aio_error(const struct aiocb * aiocbp ); -lrt でリンクする。 説明 aio_error () 関数は ai ... o 変数に格納されるのと同じ値になる。 エラー EINVAL aiocbp が、まだ返り値 (return status) ( aio_return (3) を ... ード エラー , リクエスト , 参照 , 非同期 , return , aiocbp , 属性 , pages , 関数 , ブロック Linux マニュアル ...
https://man.plustar.jp/manpage/man3/aio_error.3.html - [similar]
Man page of AIO_RETURN 8124
AIO_RETURN Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 ai ... nclude < aio.h > ssize_t aio_return(struct aiocb * aiocbp ); -lrt でリンクする。 説明 aio_return () 関数は a ... () の返り値とその影響は不定である。 エラー EINVAL aiocbp が、返り値がまだ取得されていない非同期 I/O リクエス ... 。 関連キーワード return , RETURN , 非同期 , 関数 , aiocbp , 属性 , エラー , pages , 参照 , リクエスト Linux ...
https://man.plustar.jp/manpage/man3/aio_return.3.html - [similar]
Man page of AIO_FSYNC 7161
AIO_FSYNC Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 aio ... de < aio.h > int aio_fsync(int op , struct aiocb * aiocbp ); -lrt でリンクする。 説明 aio_fsync () 関数は、 ... に注意すること。 I/O の完了の待ち合わせは行わない。 aiocbp で指される構造体のフィールドのうち、この呼び出しで ...
https://man.plustar.jp/manpage/man3/aio_fsync.3.html - [similar]
PREV 1 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022