manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 51 for epoll (0.021 sec.)
Man page of EPOLL_WAIT 11720
EPOLL_WAIT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 epoll ... oll_wait, epoll_pwait - epoll ファイルディスクリプターの I/O イベン ... トを待つ 書式 #include < sys/epoll.h > int epoll_wait(int epfd , struct epoll_event * ... events , int maxevents , int timeout ); int epoll_pwait(int epfd , struct epoll_event * events , int ... int timeout , const sigset_t * sigmask ); 説明 The epoll_wait () system call waits for events on the epoll ...
https://man.plustar.jp/manpage/man2/epoll_pwait.2.html - [similar]
Man page of EPOLL_WAIT 11720
EPOLL_WAIT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 epoll ... oll_wait, epoll_pwait - epoll ファイルディスクリプターの I/O イベン ... トを待つ 書式 #include < sys/epoll.h > int epoll_wait(int epfd , struct epoll_event * ... events , int maxevents , int timeout ); int epoll_pwait(int epfd , struct epoll_event * events , int ... int timeout , const sigset_t * sigmask ); 説明 The epoll_wait () system call waits for events on the epoll ...
https://man.plustar.jp/manpage/man2/epoll_wait.2.html - [similar]
Man page of EPOLL 11600
EPOLL Section: Linux Programmer's Manual (7) Updated: 2019-03-06 Index JM Home Page 名前 epoll - ... I/O イベント通知機能 書式 #include < sys/epoll.h > 説明 epoll API は poll (2) と同様の処理を行う、 ... の中のいずれかが入出力可能な状態であるかを確認する。 epoll API は、エッジトリガーインターフェースとレベルトリ ... 多い場合にも使用できる。 The central concept of the epoll API is the epoll instance , an in-kernel data stru ... ts: • The interest list (sometimes also called the epoll set): the set of file descriptors that the process ...
https://man.plustar.jp/manpage/man7/epoll.7.html - [similar]
Man page of EPOLL_CTL 11300
EPOLL_CTL Section: Linux Programmer's Manual (2) Updated: 2014-12-31 Index JM Home Page 名前 epoll ... ll_ctl - epoll ディスクリプターのインターフェースを操作する 書式 ... #include < sys/epoll.h > int epoll_ctl(int epfd , int op , int fd , str ... uct epoll_event * event ); 説明 このシステムコールは、ファイ ... ルディスクリプター epfd が参照する epoll (7) インスタンスに対する操作を行う。 対象のファイル ...
https://man.plustar.jp/manpage/man2/epoll_ctl.2.html - [similar]
Man page of EPOLL_CREATE 11015
EPOLL_CREATE Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ... epoll_create, epoll_create1 - epoll ファイルディスクリプターをオープン ... する 書式 #include < sys/epoll.h > int epoll_create(int size ); int epoll_create1 ... (int flags ); 説明 epoll_create () は新規の epoll (7) インスタンスを作成する ... より大きな値で なければならない。「注意」を参照。 epoll_create () は、新しい epoll インスタンスを参照するフ ...
https://man.plustar.jp/manpage/man2/epoll_create.2.html - [similar]
Man page of EPOLL_CREATE 11015
EPOLL_CREATE Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ... epoll_create, epoll_create1 - epoll ファイルディスクリプターをオープン ... する 書式 #include < sys/epoll.h > int epoll_create(int size ); int epoll_create1 ... (int flags ); 説明 epoll_create () は新規の epoll (7) インスタンスを作成する ... より大きな値で なければならない。「注意」を参照。 epoll_create () は、新しい epoll インスタンスを参照するフ ...
https://man.plustar.jp/manpage/man2/epoll_create1.2.html - [similar]
JM Project (Japanese)::List(man1) 9307
Linux マニュアル 一覧表 アルファベット順 - e linuxマニュアルの e の一覧表です。 Linux マニュアル ... ge, envz_remove, envz_strip - 環境変数文字列の操作 epoll man7 epoll - I/O イベント通知機能 epoll_create1 ma ... n2 epoll_create, epoll_create1 - epoll ファイルディスクリプ ... ターをオープンする epoll_create man2 epoll_create, epoll_create1 - epoll... ァイルディスクリプターをオープンする epoll_ctl man2 epoll_ctl - epoll ディスクリプターのインタ ...
https://man.plustar.jp/manpage/man_e.html - [similar]
Man page of SIGNALFD 8078
SIGNALFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sign ... このファイルディスクリプターを select (2), poll (2), epoll (7) で監視できるという利点がある。 mask 引数には、 ... スクリプター 多重 API である pselect (2), ppoll (2), epoll (7) もサポートしている。 close (2) ファイルディスク ... のスレッド宛てのシグナルを読み出すことはできない。) epoll (7) semantics If a process adds (via epoll_ctl (2) ... ) a signalfd file descriptor to an epoll (7) instance, then epoll_wait (2) returns events o ...
https://man.plustar.jp/manpage/man2/signalfd.2.html - [similar]
Man page of SIGNALFD 8078
SIGNALFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sign ... このファイルディスクリプターを select (2), poll (2), epoll (7) で監視できるという利点がある。 mask 引数には、 ... スクリプター 多重 API である pselect (2), ppoll (2), epoll (7) もサポートしている。 close (2) ファイルディスク ... のスレッド宛てのシグナルを読み出すことはできない。) epoll (7) semantics If a process adds (via epoll_ctl (2) ... ) a signalfd file descriptor to an epoll (7) instance, then epoll_wait (2) returns events o ...
https://man.plustar.jp/manpage/man2/signalfd4.2.html - [similar]
JM Project (Japanese)::List(man1) 7913
Linux マニュアル 一覧表 man2 linuxマニュアルの man2 一覧表です。 Linux マニュアル 一覧表 [ man1 ... p, dup2, dup3 - ファイルディスクリプターを複製する epoll_create1 epoll_create, epoll_create1 - epoll ファイ ... ルディスクリプターをオープンする epoll_create epoll_create, epoll_create1 - epoll ファイル ... ディスクリプターをオープンする epoll_ctl epoll_ctl - epoll ディスクリプターのインターフ ... ェースを操作する epoll_pwait epoll_wait, epoll_pwait - epoll ファイルディ ...
https://man.plustar.jp/manpage/man_2.html - [similar]
PREV 1 2 3 4 5 6 NEXT

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