manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 14 for nfds (0.027 sec.)
Man page of POLL 12516
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... #include < poll.h > int poll(struct pollfd * fds , nfds_t nfds , int timeout ); #define _GNU_SOURCE /* fea ... include < poll.h > int ppoll(struct pollfd * fds , nfds_t nfds , const struct timespec * tmo_p , const sig ... events */ short revents; /* returned events */ }; nfds には、 fds 配列の要素数を指定する。 fd フィールドに ... 、以下の ppoll () の呼び出しは、 ready = ppoll(&fds, nfds, tmo_p, &sigmask); 次の呼び出しを atomic に実行する ...
https://man.plustar.jp/manpage/man2/poll.2.html - [similar]
Man page of POLL 12516
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... #include < poll.h > int poll(struct pollfd * fds , nfds_t nfds , int timeout ); #define _GNU_SOURCE /* fea ... include < poll.h > int ppoll(struct pollfd * fds , nfds_t nfds , const struct timespec * tmo_p , const sig ... events */ short revents; /* returned events */ }; nfds には、 fds 配列の要素数を指定する。 fd フィールドに ... 、以下の ppoll () の呼び出しは、 ready = ppoll(&fds, nfds, tmo_p, &sigmask); 次の呼び出しを atomic に実行する ...
https://man.plustar.jp/manpage/man2/ppoll.2.html - [similar]
Man page of SELECT_TUT 10082
SELECT_TUT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 se ... the pselect() call. (Code omitted.) */ r = pselect(nfds, &readfds, &writefds, &exceptfds, NULL, &empty_mas ... 。 2. 上述したように、 効率的なプログラムを書くには nfds の値を適切に計算して与えなければならない。 3. sele ... h == -1) exit(EXIT_FAILURE); for (;;) { int ready, nfds = 0; ssize_t nbytes; fd_set readfds, writefds, exc ... itefds); FD_ZERO(&exceptfds); FD_SET(h, &readfds); nfds = max(nfds, h); if (fd1 > 0 && buf1_avail < BUF_SI ...
https://man.plustar.jp/manpage/man2/select_tut.2.html - [similar]
Man page of SELECT 8367
SELECT Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 select ... sys/types.h > #include < unistd.h > int select(int nfds , fd_set * readfds , fd_set * writefds , fd_set * ... * set ); #include < sys/select.h > int pselect(int nfds , fd_set * readfds , fd_set * writefds , fd_set * ... マクロは select () が終了した後に使うと便利である。 nfds は 3 つの集合に含まれるファイルディスクリプターの最 ... と、以下の pselect () の呼び出しは、 ready = pselect(nfds, &readfds, &writefds, &exceptfds, timeout, &sigmas ...
https://man.plustar.jp/manpage/man2/_newselect.2.html - [similar]
Man page of SELECT 8367
SELECT Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 select ... sys/types.h > #include < unistd.h > int select(int nfds , fd_set * readfds , fd_set * writefds , fd_set * ... * set ); #include < sys/select.h > int pselect(int nfds , fd_set * readfds , fd_set * writefds , fd_set * ... マクロは select () が終了した後に使うと便利である。 nfds は 3 つの集合に含まれるファイルディスクリプターの最 ... と、以下の pselect () の呼び出しは、 ready = pselect(nfds, &readfds, &writefds, &exceptfds, timeout, &sigmas ...
https://man.plustar.jp/manpage/man2/pselect.2.html - [similar]
Man page of SELECT 8367
SELECT Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 select ... sys/types.h > #include < unistd.h > int select(int nfds , fd_set * readfds , fd_set * writefds , fd_set * ... * set ); #include < sys/select.h > int pselect(int nfds , fd_set * readfds , fd_set * writefds , fd_set * ... マクロは select () が終了した後に使うと便利である。 nfds は 3 つの集合に含まれるファイルディスクリプターの最 ... と、以下の pselect () の呼び出しは、 ready = pselect(nfds, &readfds, &writefds, &exceptfds, timeout, &sigmas ...
https://man.plustar.jp/manpage/man2/pselect6.2.html - [similar]
Man page of SELECT 8367
SELECT Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 select ... sys/types.h > #include < unistd.h > int select(int nfds , fd_set * readfds , fd_set * writefds , fd_set * ... * set ); #include < sys/select.h > int pselect(int nfds , fd_set * readfds , fd_set * writefds , fd_set * ... マクロは select () が終了した後に使うと便利である。 nfds は 3 つの集合に含まれるファイルディスクリプターの最 ... と、以下の pselect () の呼び出しは、 ready = pselect(nfds, &readfds, &writefds, &exceptfds, timeout, &sigmas ...
https://man.plustar.jp/manpage/man2/select.2.html - [similar]
Man page of SELECT 8367
SELECT Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 select ... sys/types.h > #include < unistd.h > int select(int nfds , fd_set * readfds , fd_set * writefds , fd_set * ... * set ); #include < sys/select.h > int pselect(int nfds , fd_set * readfds , fd_set * writefds , fd_set * ... マクロは select () が終了した後に使うと便利である。 nfds は 3 つの集合に含まれるファイルディスクリプターの最 ... と、以下の pselect () の呼び出しは、 ready = pselect(nfds, &readfds, &writefds, &exceptfds, timeout, &sigmas ...
https://man.plustar.jp/manpage/man3/FD_CLR.3.html - [similar]
Man page of SELECT 8367
SELECT Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 select ... sys/types.h > #include < unistd.h > int select(int nfds , fd_set * readfds , fd_set * writefds , fd_set * ... * set ); #include < sys/select.h > int pselect(int nfds , fd_set * readfds , fd_set * writefds , fd_set * ... マクロは select () が終了した後に使うと便利である。 nfds は 3 つの集合に含まれるファイルディスクリプターの最 ... と、以下の pselect () の呼び出しは、 ready = pselect(nfds, &readfds, &writefds, &exceptfds, timeout, &sigmas ...
https://man.plustar.jp/manpage/man3/FD_ISSET.3.html - [similar]
Man page of SELECT 8367
SELECT Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 select ... sys/types.h > #include < unistd.h > int select(int nfds , fd_set * readfds , fd_set * writefds , fd_set * ... * set ); #include < sys/select.h > int pselect(int nfds , fd_set * readfds , fd_set * writefds , fd_set * ... マクロは select () が終了した後に使うと便利である。 nfds は 3 つの集合に含まれるファイルディスクリプターの最 ... と、以下の pselect () の呼び出しは、 ready = pselect(nfds, &readfds, &writefds, &exceptfds, timeout, &sigmas ...
https://man.plustar.jp/manpage/man3/FD_SET.3.html - [similar]
PREV 1 2 NEXT

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