Unix-system-calls-io-getevents
提供:Dev Guides
[top]#
[[File:]]
[[File:]] |
|Web |This Site
- 初心者向けのUnix *
- Unix-ホーム
- Unix-はじめに
- Unix-ファイル管理
- Unix-ディレクトリ
- Unix-ファイル権限
- Unix-環境
- Unix-基本ユーティリティ
- Unix-パイプとフィルタ
- Unix-プロセス
- Unix-コミュニケーション
- Unix-The Vi Editor
- Unix Shellプログラミング*
- Unix-シェルとは?
- Unix-変数の使用
- Unix-特殊変数
- Unix-配列の使用
- Unix-基本的な演算子
- Unix-意思決定
- Unix-シェルループ
- Unix-ループ制御
- Unix-シェル置換
- Unix-引用メカニズム
- Unix-IOリダイレクト
- UNIX-シェル関数
- Unix-マンページヘルプ
- 高度なUnix *
- Unix-正規表現
- Unix-ファイルシステムの基本
- Unix-ユーザー管理
- Unix-システムパフォーマンス
- Unix-システムログ
- Unix-信号とトラップ
- Unixの便利なリファレンス*
- Unix-便利なコマンド
- Unix-クイックガイド
- Unix-組み込み関数
- Unix-システムコール
- Unix-コマンドリスト
- Unixの役立つリソース*
- Unix役立つリソース
選択した読書
- http://www.finddevguides.com/computer_glossary [コンピュータ用語集] *http://www.finddevguides.com/computer_whoiswho[Who is Who]
Copyright©2014 by finddevguides
Home | References | Discussion Forums | About TP |
io_getevents()-Unix、Linuxシステムコール
[[File:]] image :http://www.finddevguides.com/images/next.gif [next] image:http://www.finddevguides.com/add- this.gif [AddThisソーシャルブックマークボタン]
広告
NAME
io_getevents-完了キューから非同期I/Oイベントを読み取る
概要
- include <linux/time.h>
- include <libaio.h>
Tag
説明
long* io_getevents (aio_context_t ctx_id、long min_nr、long nr、struct io_event _ *events_、struct timespec ' timeout);
説明
返り値
エラー
Tag | Description |
---|---|
EINVAL | ctx_id is invalid. min_nr is out of range or nr is out of range. |
EFAULT | Either events or timeout is an invalid pointer. |
ENOSYS | io_getevents() is not implemented on this architecture. |
準拠
バージョン
非同期I/Oシステムコールは、2002年8月にLinux 2.5で初めて登場しました。
関連項目
ノート
非同期I/OシステムコールはBenjamin LaHaiseによって作成されました。
著者
ケント・ヨーダー。 [[File:]] image :http://www.finddevguides.com/images/next.gif [next] [[File:]]
広告
Advertisements |