manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 67 for poll (0.008 sec.)
Man page of FANOTIFY 7611
FANOTIFY Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 fano ... イベントを監視する fanotify イベントが発生すると、 epoll (7), poll (2), select (2) に fanotify ファイルディ ... clude < fcntl.h > #include < limits.h > #include < poll.h > #include < stdio.h > #include < stdlib.h > #in ... t main(int argc, char *argv[]) { char buf; int fd, poll_num; nfds_t nfds; struct pollfd fds[2]; /* マウント ... の入力 */ fds[0].fd = STDIN_FILENO; fds[0].events = POLLIN; /* fanotify の入力 */ fds[1].fd = fd; fds[1].ev ...
https://man.plustar.jp/manpage/man7/fanotify.7.html - [similar]
Man page of SIGNALFD 7539
SIGNALFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sign ... のであり、このファイルディスクリプターを select (2), poll (2), epoll (7) で監視できるという利点がある。 mask ... ) に設定されている場合はエラー EAGAIN で失敗する。 poll (2), select (2) (と同様の操作) mask に指定されたシ ... は読み出し可能となる ( select (2) の readfds 引数や poll (2) の POLLIN フラグ)。 signalfd ファイルディスクリ ... ァイルディスクリプター 多重 API である pselect (2), ppoll (2), epoll (7) もサポートしている。 close (2) ファ ...
https://man.plustar.jp/manpage/man2/signalfd.2.html - [similar]
Man page of SIGNALFD 7539
SIGNALFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sign ... のであり、このファイルディスクリプターを select (2), poll (2), epoll (7) で監視できるという利点がある。 mask ... ) に設定されている場合はエラー EAGAIN で失敗する。 poll (2), select (2) (と同様の操作) mask に指定されたシ ... は読み出し可能となる ( select (2) の readfds 引数や poll (2) の POLLIN フラグ)。 signalfd ファイルディスクリ ... ァイルディスクリプター 多重 API である pselect (2), ppoll (2), epoll (7) もサポートしている。 close (2) ファ ...
https://man.plustar.jp/manpage/man2/signalfd4.2.html - [similar]
Man page of INOTIFY 7539
INOTIFY Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 inoti ... 注意 inotify ファイルディスクリプターは select (2), poll (2), epoll (7) を使って監視できる。 イベントがある ... 番号が、 si_signo にはシグナル番号が、 si_code には POLL_IN が、 si_band には POLLIN が設定される。 inotify ... . プログラムソース #include < errno.h > #include < poll.h > #include < stdio.h > #include < stdlib.h > #in ... ain(int argc, char* argv[]) { char buf; int fd, i, poll_num; int *wd; nfds_t nfds; struct pollfd fds[2]; i ...
https://man.plustar.jp/manpage/man7/inotify.7.html - [similar]
Man page of SIGACTION 7483
SIGACTION Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sig ... berror of SIGSEGV populates si_pkey . * SIGIO / SIGPOLL (2 つの名前は Linux では同義語) では si_band と si ... _fd が設定される。 si_band イベントは、 poll (2) が revents フィールドに設定するのと同じ値が入っ ... ルのみ; Linux 2.4 以降では以下で説明する SIGIO / SIGPOLL の si_code が入る) SI_TKILL (Linux 2.4.19 以降) tk ... 以降) 停止していた子プロセスが再開した SIGIO / SIGPOLL シグナルの場合、 si_code には以下の値が入る可能性が ...
https://man.plustar.jp/manpage/man2/rt_sigaction.2.html - [similar]
Man page of SIGACTION 7483
SIGACTION Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sig ... berror of SIGSEGV populates si_pkey . * SIGIO / SIGPOLL (2 つの名前は Linux では同義語) では si_band と si ... _fd が設定される。 si_band イベントは、 poll (2) が revents フィールドに設定するのと同じ値が入っ ... ルのみ; Linux 2.4 以降では以下で説明する SIGIO / SIGPOLL の si_code が入る) SI_TKILL (Linux 2.4.19 以降) tk ... 以降) 停止していた子プロセスが再開した SIGIO / SIGPOLL シグナルの場合、 si_code には以下の値が入る可能性が ...
https://man.plustar.jp/manpage/man2/sigaction.2.html - [similar]
Man page of PPPOE.CONF 7241
PPPOE.CONF Section: File Formats (5) Updated: 21 February 2000 Index JM Home Page 名前 pppoe.con ... で、 pppd は /etc/resolv.conf を修正しない。 CONNECT_POLL adsl-start が新しい PPP インターフェースの起動を チ ... が PPP インターフェースの起動を待つ間に、 CONNECT_POLL 秒毎に表示 (echo) する文字。 FORCEPING adsl-start ... が PPP インターフェースの起動を待つ間に、 CONNECT_POLL 秒毎に表示 (echo) する文字。 PING と似ているが、 a ...
https://man.plustar.jp/manpage/man5/pppoe.conf.5.html - [similar]
Man page of TIMERFD_CREATE 7127
TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前 ... のであり、このファイルディスクリプターを select (2), poll (2), epoll (7) で監視できるという利点がある。 これ ... ト未満の場合、 read (2) はエラー EINVAL で失敗する。 poll (2), select (2) (と同様の操作) 一つ以上のタイマー満 ... 読み出し可能となる ( select (2) の readfds 引き数や poll (2) の POLLIN フラグ)。 このファイルディスクリプタ ... ァイルディスクリプター多重 API である pselect (2), ppoll (2), epoll (7) もサポートしている。 close (2) ファ ...
https://man.plustar.jp/manpage/man2/timerfd_create.2.html - [similar]
Man page of TIMERFD_CREATE 7127
TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前 ... のであり、このファイルディスクリプターを select (2), poll (2), epoll (7) で監視できるという利点がある。 これ ... ト未満の場合、 read (2) はエラー EINVAL で失敗する。 poll (2), select (2) (と同様の操作) 一つ以上のタイマー満 ... 読み出し可能となる ( select (2) の readfds 引き数や poll (2) の POLLIN フラグ)。 このファイルディスクリプタ ... ァイルディスクリプター多重 API である pselect (2), ppoll (2), epoll (7) もサポートしている。 close (2) ファ ...
https://man.plustar.jp/manpage/man2/timerfd_gettime.2.html - [similar]
Man page of TIMERFD_CREATE 7127
TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前 ... のであり、このファイルディスクリプターを select (2), poll (2), epoll (7) で監視できるという利点がある。 これ ... ト未満の場合、 read (2) はエラー EINVAL で失敗する。 poll (2), select (2) (と同様の操作) 一つ以上のタイマー満 ... 読み出し可能となる ( select (2) の readfds 引き数や poll (2) の POLLIN フラグ)。 このファイルディスクリプタ ... ァイルディスクリプター多重 API である pselect (2), ppoll (2), epoll (7) もサポートしている。 close (2) ファ ...
https://man.plustar.jp/manpage/man2/timerfd_settime.2.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