manページ検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 85 for NONBLOCK (0.026 sec.)
Man page of MMAP 6472
MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu ... それ以前のカーネルでは、このフラグは無視される。 MAP_NONBLOCK (Linux 2.5.46 以降) MAP_POPULATE と組み合わせた場合 ... に何の影響も与えない。 いつか MAP_POPULATE と MAP_NONBLOCK を組み合わせた場合の動作は実装し直されるかもしれな ... E , MAP_GROWSDOWN , MAP_HUGETLB , MAP_LOCKED , MAP_NONBLOCK , MAP_NORESERVE , MAP_POPULATE , MAP_STACK である。 ...
https://man.plustar.jp/manpage/man2/mmap.2.html - [similar]
Man page of MMAP 6472
MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu ... それ以前のカーネルでは、このフラグは無視される。 MAP_NONBLOCK (Linux 2.5.46 以降) MAP_POPULATE と組み合わせた場合 ... に何の影響も与えない。 いつか MAP_POPULATE と MAP_NONBLOCK を組み合わせた場合の動作は実装し直されるかもしれな ... E , MAP_GROWSDOWN , MAP_HUGETLB , MAP_LOCKED , MAP_NONBLOCK , MAP_NORESERVE , MAP_POPULATE , MAP_STACK である。 ...
https://man.plustar.jp/manpage/man2/munmap.2.html - [similar]
Man page of MMAP 6472
MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu ... それ以前のカーネルでは、このフラグは無視される。 MAP_NONBLOCK (Linux 2.5.46 以降) MAP_POPULATE と組み合わせた場合 ... に何の影響も与えない。 いつか MAP_POPULATE と MAP_NONBLOCK を組み合わせた場合の動作は実装し直されるかもしれな ... E , MAP_GROWSDOWN , MAP_HUGETLB , MAP_LOCKED , MAP_NONBLOCK , MAP_NORESERVE , MAP_POPULATE , MAP_STACK である。 ...
https://man.plustar.jp/manpage/man3/mmap64.3.html - [similar]
Man page of RANDOM 6472
RANDOM Section: Linux Programmer's Manual (4) Updated: 2017-09-15 Index JM Home Page 名前 random ... ブロックされる。 open (2) が /dev/random に対して O_NONBLOCK フラグ付きで呼ばれると、 それ以降の read (2) は要求 ... は -1 を返し、 errno に EAGAIN が設定される。 The O_NONBLOCK flag has no effect when opening /dev/urandom . Whe ... 能性があるので、ユーザーは普通 このファイルを非停止 (nonblocking) モードで開こうとし (もしくはタイムアウトを指定 ...
https://man.plustar.jp/manpage/man4/random.4.html - [similar]
Man page of RANDOM 6472
RANDOM Section: Linux Programmer's Manual (4) Updated: 2017-09-15 Index JM Home Page 名前 random ... ブロックされる。 open (2) が /dev/random に対して O_NONBLOCK フラグ付きで呼ばれると、 それ以降の read (2) は要求 ... は -1 を返し、 errno に EAGAIN が設定される。 The O_NONBLOCK flag has no effect when opening /dev/urandom . Whe ... 能性があるので、ユーザーは普通 このファイルを非停止 (nonblocking) モードで開こうとし (もしくはタイムアウトを指定 ...
https://man.plustar.jp/manpage/man4/urandom.4.html - [similar]
Man page of EVENTFD 6269
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... en (2) の O_CLOEXEC フラグの説明を参照のこと。 EFD_NONBLOCK (Linux 2.6.27 以降) Set the O_NONBLOCK file status ... 開する)、 もしくはファイルディスクリプターが非停止 (nonblocking) に設定されている場合はエラー EAGAIN で失敗する ... ) する、 もしくはファイルディスクリプターが非停止 (nonblocking) に設定されている場合はエラー EAGAIN で失敗する ...
https://man.plustar.jp/manpage/man2/eventfd.2.html - [similar]
Man page of EVENTFD 6269
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... en (2) の O_CLOEXEC フラグの説明を参照のこと。 EFD_NONBLOCK (Linux 2.6.27 以降) Set the O_NONBLOCK file status ... 開する)、 もしくはファイルディスクリプターが非停止 (nonblocking) に設定されている場合はエラー EAGAIN で失敗する ... ) する、 もしくはファイルディスクリプターが非停止 (nonblocking) に設定されている場合はエラー EAGAIN で失敗する ...
https://man.plustar.jp/manpage/man2/eventfd2.2.html - [similar]
Man page of POLL 6269
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... 可能な空間よりも大きなデータを書き込んだ場合には ( O_NONBLOCK がセットされている場合以外は) やはり停止することに ... n of poll () and ppoll () is not affected by the O_NONBLOCK flag. On some other UNIX systems, poll () can fail ...
https://man.plustar.jp/manpage/man2/poll.2.html - [similar]
Man page of POLL 6269
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... 可能な空間よりも大きなデータを書き込んだ場合には ( O_NONBLOCK がセットされている場合以外は) やはり停止することに ... n of poll () and ppoll () is not affected by the O_NONBLOCK flag. On some other UNIX systems, poll () can fail ...
https://man.plustar.jp/manpage/man2/ppoll.2.html - [similar]
Man page of RECV 6269
RECV Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv, re ... セージが到着するまで待つ。 ただし、ソケットが非停止 (nonblocking) に設定されていた場合 ( fcntl (2) を参照) は -1 ... で有用である。 MSG_DONTWAIT (Linux 2.2 以降) Enables nonblocking operation; if the operation would block, the ca ... . This provides similar behavior to setting the O_NONBLOCK flag (via the fcntl (2) F_SETFL operation), but di ... that MSG_DONTWAIT is a per-call option, whereas O_NONBLOCK is a setting on the open file description (see ope ...
https://man.plustar.jp/manpage/man2/recv.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT

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