Results of 1 - 9 of about 9 for aiocb (0.009 sec.)
- Man page of AIO_SUSPEND 12402
- AIO_SUSPEND Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 a
...
書式 #include < aio.h > int aio_suspend(const struct aiocb * const aiocb_list [], int nitems , const struct t ...
呼び出したスレッドの実行を停止 (suspend) する。 * aiocb_list リスト内の非同期 I/O リクエストのうち、少なく ...
構造体の詳細は nanosleep (2) を参照)。 nitems 引数は aiocb_list の要素数を指定する。 aiocb_list が指すリストの ...
た 制御ブロックへのポインターでなければならない。 ( aiocb 構造体の説明は aio (7) を参照) CLOCK_MONOTONIC がサ ...
-
https://man.plustar.jp/manpage/man3/aio_suspend.3.html
- [similar]
- Man page of LIO_LISTIO 12079
- LIO_LISTIO Section: Linux Programmer's Manual (3) Updated: 2020-04-11 Index JM Home Page 名前 li
...
include < aio.h > int lio_listio(int mode , struct aiocb *const aiocb_list [], int nitems , struct sigevent ...
lrt でリンクする。 説明 lio_listio () 関数は、配列 aiocb_list で指定された I/O 操作の リストをそれぞれ開始す ...
照。 sevp が NULL の場合、 非同期通知は行われない。 aiocb_list 引数は、I/O 操作を指定する aiocb 構造体へのポ ...
作の実行順序は規定されていない。 nitems 引数は、配列 aiocb_list の大きさを指定する。 aiocb_list 内のヌルポイン ...
-
https://man.plustar.jp/manpage/man3/lio_listio.3.html
- [similar]
- Man page of AIO_WRITE 8825
- 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 が指すバッファーに記載された I/O リクエストをキュ ...
版である。 呼び出し write(fd, buf, count) の各引数は aiocb が指す構造体の aio_fildes , aio_buf , aio_nbytes に ...
(この順序で) 対応する ( aiocb 構造体の説明は aio (7) を参照)。 O_APPEND が設定さ ...
-
https://man.plustar.jp/manpage/man3/aio_write.3.html
- [similar]
- Man page of AIO 8574
- AIO Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 aio - POS
...
数呼び出しで複数の I/O リクエストをキューに入れる。 aiocb ("非同期 I/O 制御ブロック (asynchronous I/O contro ...
れている。この構造体は以下の通りである。 #include < aiocb.h > struct aiocb { /* The order of these fields is ...
動作を調整するパラメーターを設定する。 エラー EINVAL aiocb 構造体の aio_reqprio フィールドが、0 より小さいか、 ...
バッファーは有効な状態に保たなければならない。 同じ aiocb 構造体を使って、同時に複数の非同期の読み出し操作や ...
-
https://man.plustar.jp/manpage/man7/aio.7.html
- [similar]
- Man page of AIO_READ 8340
- 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 () 関 ...
数は、 aiocbp が指すバッファーに記載された I/O リクエストを キュ ...
版である。 呼び出し read(fd, buf, count) の各引数は aiocb が指す構造体の aio_fildes , aio_buf , aio_nbytes に ...
(この順序で) 対応する ( aiocb 構造体の説明は aio (7) を参照)。 データの読み込みは ...
-
https://man.plustar.jp/manpage/man3/aio_read.3.html
- [similar]
- Man page of AIO_ERROR 7711
- AIO_ERROR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 aio
...
書式 #include < aio.h > int aio_error(const struct aiocb * aiocbp ); -lrt でリンクする。 説明 aio_error () ...
関数は aiocbp で指された制御ブロックでの非同期 I/O リクエス トの ...
エラー状態を返す。( aiocb 構造体の説明は aio (7) を参照) 返り値 この関数の返 ...
o 変数に格納されるのと同じ値になる。 エラー EINVAL aiocbp が、まだ返り値 (return status) ( aio_return (3) を ...
-
https://man.plustar.jp/manpage/man3/aio_error.3.html
- [similar]
- Man page of AIO_RETURN 7711
- AIO_RETURN Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 ai
...
書式 #include < aio.h > ssize_t aio_return(struct aiocb * aiocbp ); -lrt でリンクする。 説明 aio_return () ...
関数は aiocbp で指された制御ブロックにおける非同期 I/O リクエス ...
トの最終的な返り値を返す。 ( aiocb 構造体の説明は aio (7) を参照) この関数は、 aio_er ...
() の返り値とその影響は不定である。 エラー EINVAL aiocbp が、返り値がまだ取得されていない非同期 I/O リクエ ...
-
https://man.plustar.jp/manpage/man3/aio_return.3.html
- [similar]
- Man page of AIO_FSYNC 7621
- AIO_FSYNC Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 aio
...
式 #include < aio.h > int aio_fsync(int op , struct aiocb * aiocbp ); -lrt でリンクする。 説明 aio_fsync () ...
関数は、 aiocbp->aio_fildes で関連付けられているまだ 完了していな ...
い全ての非同期 I/O 操作を同期させる。 ( aiocb 構造体の説明は aio (7) を参照) より正確に言うと、 ...
に注意すること。 I/O の完了の待ち合わせは行わない。 aiocbp で指される構造体のフィールドのうち、この呼び出しで ...
-
https://man.plustar.jp/manpage/man3/aio_fsync.3.html
- [similar]
- Man page of AIO_CANCEL 7549
- AIO_CANCEL Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 ai
...
#include < aio.h > int aio_cancel(int fd , struct aiocb * aiocbp ); -lrt でリンクする。 説明 aio_cancel () ...
ない非同期 I/O リクエストをキャンセルしようとする。 aiocbp が NULL の場合、そのような全てのリクエストがキャン ...
セルされる。 aiocbp が NULL でない場合、 aiocbp で指された制御ブロック ...
で記述されたリクエ ストのみがキャンセルされる。( aiocb 構造体の説明は aio (7) を参照) キャンセルされたリク ...
-
https://man.plustar.jp/manpage/man3/aio_cancel.3.html
- [similar]
PREV
1
NEXT