manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 67 for poll (0.042 sec.)
Man page of POLL 14439
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, ppoll ... ィスクリプターにおけるイベントを待つ 書式 #include < poll.h > int poll(struct pollfd * fds , nfds_t nfds , i ... acros (7) 参照 */ #include < signal.h > #include < poll.h > int ppoll(struct pollfd * fds , nfds_t nfds , ... imespec * tmo_p , const sigset_t * sigmask ); 説明 poll () performs a similar task to select (2): it waits ... o become ready to perform I/O. The Linux-specific epoll (7) API performs a similar task, but offers featur ...
https://man.plustar.jp/manpage/man2/poll.2.html - [similar]
Man page of POLL 14439
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, ppoll ... ィスクリプターにおけるイベントを待つ 書式 #include < poll.h > int poll(struct pollfd * fds , nfds_t nfds , i ... acros (7) 参照 */ #include < signal.h > #include < poll.h > int ppoll(struct pollfd * fds , nfds_t nfds , ... imespec * tmo_p , const sigset_t * sigmask ); 説明 poll () performs a similar task to select (2): it waits ... o become ready to perform I/O. The Linux-specific epoll (7) API performs a similar task, but offers featur ...
https://man.plustar.jp/manpage/man2/ppoll.2.html - [similar]
Man page of fetchmail 8322
fetchmail Section: User Commands (1) Index JM Home Page 名前 fetchmail - POP, IMAP, ETRN, ODMR 機 ... 指定していない場合には、 ~/.fetchmailrc ファイルの `poll' エントリそれぞれに対して問い合わせが行われます。 ... プションは POP3, ETRN, ODMR では使えません。 --tracepolls (キーワード: tracepolls) fetchmail が生成する Rec ... eived 行に、 `polling %s account %s' という形式でトレース情報を入れる ... った場合、 そのパスワードが使われます。 fetchmail は poll 名にマッチするものを最初に探します。 これが見つから ...
https://man.plustar.jp/manpage/man1/fetchmail.1.html - [similar]
Man page of EVENTFD 8322
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... とした場合、 write (2) はエラー EINVAL で失敗する。 poll (2), select (2) (と同様の操作) 返されたファイルディ ... スクリプターは、 poll (2) ( epoll (7) も同じ) や select (2) をサポートし ... は読み出し可能となる ( select (2) の readfds 引数や poll (2) の POLLIN フラグ)。 * 少なくとも値 "1" を、停止 ... は書き込み可能となる ( select (2) の writefds 引数や poll (2) の POLLOUT フラグ)。 * カウンター値のオーバーフ ...
https://man.plustar.jp/manpage/man2/eventfd.2.html - [similar]
Man page of EVENTFD 8322
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... とした場合、 write (2) はエラー EINVAL で失敗する。 poll (2), select (2) (と同様の操作) 返されたファイルディ ... スクリプターは、 poll (2) ( epoll (7) も同じ) や select (2) をサポートし ... は読み出し可能となる ( select (2) の readfds 引数や poll (2) の POLLIN フラグ)。 * 少なくとも値 "1" を、停止 ... は書き込み可能となる ( select (2) の writefds 引数や poll (2) の POLLOUT フラグ)。 * カウンター値のオーバーフ ...
https://man.plustar.jp/manpage/man2/eventfd2.2.html - [similar]
Man page of EVENTFD 8322
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... とした場合、 write (2) はエラー EINVAL で失敗する。 poll (2), select (2) (と同様の操作) 返されたファイルディ ... スクリプターは、 poll (2) ( epoll (7) も同じ) や select (2) をサポートし ... は読み出し可能となる ( select (2) の readfds 引数や poll (2) の POLLIN フラグ)。 * 少なくとも値 "1" を、停止 ... は書き込み可能となる ( select (2) の writefds 引数や poll (2) の POLLOUT フラグ)。 * カウンター値のオーバーフ ...
https://man.plustar.jp/manpage/man3/eventfd_read.3.html - [similar]
Man page of EVENTFD 8322
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... とした場合、 write (2) はエラー EINVAL で失敗する。 poll (2), select (2) (と同様の操作) 返されたファイルディ ... スクリプターは、 poll (2) ( epoll (7) も同じ) や select (2) をサポートし ... は読み出し可能となる ( select (2) の readfds 引数や poll (2) の POLLIN フラグ)。 * 少なくとも値 "1" を、停止 ... は書き込み可能となる ( select (2) の writefds 引数や poll (2) の POLLOUT フラグ)。 * カウンター値のオーバーフ ...
https://man.plustar.jp/manpage/man3/eventfd_write.3.html - [similar]
Man page of SOCKET 8322
SOCKET Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 socket ... (2), recvmsg (2) はソケットからデータを受信する。 poll (2) と select (2) はデータの到着を待ったり、データ ... 返される。 この場合、ユーザーはさまざまなイベントを poll (2) や select (2) を使って待つことができる。 I/O イ ... ベント イベント poll フラグ 内容 Read POLLIN 新しいデータが到着した。 R ... ead POLLIN (接続志向のソケットで) 接続の設定が終了した。 Re ...
https://man.plustar.jp/manpage/man7/socket.7.html - [similar]
Man page of fetchmail 8322
fetchmail Section: User Commands (1) Index JM Home Page 名前 fetchmail - POP, IMAP, ETRN, ODMR 機 ... 指定していない場合には、 ~/.fetchmailrc ファイルの `poll' エントリそれぞれに対して問い合わせが行われます。 ... プションは POP3, ETRN, ODMR では使えません。 --tracepolls (キーワード: tracepolls) fetchmail が生成する Rec ... eived 行に、 `polling %s account %s' という形式でトレース情報を入れる ... った場合、 そのパスワードが使われます。 fetchmail は poll 名にマッチするものを最初に探します。 これが見つから ...
https://man.plustar.jp/manpage/man8/fetchmailconf.8.html - [similar]
Man page of EPOLL 7611
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 ... s: • 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]
PREV 1 2 3 4 5 6 7 NEXT

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