manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 85 for NONBLOCK (0.002 sec.)
Man page of PIPE 12255
PIPE Section: Linux Programmer's Manual (7) Updated: 2014-07-08 Index JM Home Page 名前 pipe - パ ... イプからの読み出しが 行われるまで停止する。 非停止 (nonblocking) I/O を使うこともできる。 非停止 I/O を使うには ... 、 fcntl (2) F_SETFL 操作を使って、 O_NONBLOCK オープンファイル状態フラグを有効にする。 パイプによ ... (2) は停止したり失敗したりする。どちらになるかは O_NONBLOCK フラグがセットされているかどうかに依存する (下記参 ... トである)。 正確な動作は、ファイルディスクリプターが nonblocking ( O_NONBLOCK ) かどうか、パイプへの書き込みが複 ...
https://man.plustar.jp/manpage/man7/pipe.7.html - [similar]
Man page of TEE 11228
TEE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 tee - パイ ... () では何の効果もない。 splice (2) 参照。 SPLICE_F_NONBLOCK 入出力で停止 (block) しない。詳細は splice (2) 参照 ... にエラーを示す値を設定する。 エラー EAGAIN SPLICE_F_NONBLOCK was specified in flags or one of the file descript ... ors had been marked as nonblocking ( O_NONBLOCK ) , and the operation would block. ... tee(STDIN_FILENO, STDOUT_FILENO, INT_MAX, SPLICE_F_NONBLOCK); if (len < 0) { if (errno == EAGAIN) continue; pe ...
https://man.plustar.jp/manpage/man2/tee.2.html - [similar]
Man page of MQ_GETATTR 9363
MQ_GETATTR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 mq ... struct mq_attr { long mq_flags; /* フラグ: 0 か O_NONBLOCK */ long mq_maxmsg; /* キューの最大メッセージ数 */ ... 際に初期化される。 このフィールドに現れるフラグは O_NONBLOCK だけである。 mq_maxmsg と mq_msgsize フィールドは ... 定する。 変更することができる属性は、 mq_flags の O_NONBLOCK フラグの設定だけである。 newattr の他のフィールドは ... ー記述子が不正である。 EINVAL newattr->mq_flags に O_NONBLOCK 以外のビットがセットされていた。 属性 この節で使用 ...
https://man.plustar.jp/manpage/man3/mq_getattr.3.html - [similar]
Man page of MQ_GETATTR 9363
MQ_GETATTR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 mq ... struct mq_attr { long mq_flags; /* フラグ: 0 か O_NONBLOCK */ long mq_maxmsg; /* キューの最大メッセージ数 */ ... 際に初期化される。 このフィールドに現れるフラグは O_NONBLOCK だけである。 mq_maxmsg と mq_msgsize フィールドは ... 定する。 変更することができる属性は、 mq_flags の O_NONBLOCK フラグの設定だけである。 newattr の他のフィールドは ... ー記述子が不正である。 EINVAL newattr->mq_flags に O_NONBLOCK 以外のビットがセットされていた。 属性 この節で使用 ...
https://man.plustar.jp/manpage/man3/mq_setattr.3.html - [similar]
Man page of SPLICE 8958
SPLICE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 splice ... )。 将来、正しい実装が行われることだろう。 SPLICE_F_NONBLOCK 入出力時に停止 (block) しない。 このフラグを指定す ... ると、 splice によるパイプ操作を非停止モード (nonblocking) で 行おうとするが、その場合でも splice () は停 ... ータのやり取りを行う ファイルディスクリプターは ( O_NONBLOCK フラグをセットされていない場合) 停止する可能性があ ... にエラーを示す値を設定する。 エラー EAGAIN SPLICE_F_NONBLOCK was specified in flags or one of the file descript ...
https://man.plustar.jp/manpage/man2/splice.2.html - [similar]
Man page of MQ_RECEIVE 8742
MQ_RECEIVE Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 mq ... ッセージキュー記述 (message queue description) で O_NONBLOCK フラグが有効になっている場合は、 mq_receive () はエ ... ve (), except that if the queue is empty and the O_NONBLOCK flag is not enabled for the message queue descript ... で、かつ mqdes で参照されるメッセージキュー記述で O_NONBLOCK フラグがセットされていた。 EBADF The descriptor sp ...
https://man.plustar.jp/manpage/man2/mq_timedreceive.2.html - [similar]
Man page of MQ_RECEIVE 8742
MQ_RECEIVE Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 mq ... ッセージキュー記述 (message queue description) で O_NONBLOCK フラグが有効になっている場合は、 mq_receive () はエ ... ve (), except that if the queue is empty and the O_NONBLOCK flag is not enabled for the message queue descript ... で、かつ mqdes で参照されるメッセージキュー記述で O_NONBLOCK フラグがセットされていた。 EBADF The descriptor sp ...
https://man.plustar.jp/manpage/man3/mq_receive.3.html - [similar]
Man page of MQ_RECEIVE 8742
MQ_RECEIVE Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 mq ... ッセージキュー記述 (message queue description) で O_NONBLOCK フラグが有効になっている場合は、 mq_receive () はエ ... ve (), except that if the queue is empty and the O_NONBLOCK flag is not enabled for the message queue descript ... で、かつ mqdes で参照されるメッセージキュー記述で O_NONBLOCK フラグがセットされていた。 EBADF The descriptor sp ...
https://man.plustar.jp/manpage/man3/mq_timedreceive.3.html - [similar]
Man page of MQ_SEND 8539
MQ_SEND Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 mq_se ... ッセージキュー記述 (message queue description) で O_NONBLOCK フラグが有効になっている場合は、 mq_send () はエラ ... end (), except that if the queue is full and the O_NONBLOCK flag is not enabled for the message queue descript ... で、かつ mqdes で参照されるメッセージキュー記述で O_NONBLOCK フラグがセットされていた。 EBADF The descriptor sp ...
https://man.plustar.jp/manpage/man2/mq_timedsend.2.html - [similar]
Man page of MQ_SEND 8539
MQ_SEND Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 mq_se ... ッセージキュー記述 (message queue description) で O_NONBLOCK フラグが有効になっている場合は、 mq_send () はエラ ... end (), except that if the queue is full and the O_NONBLOCK flag is not enabled for the message queue descript ... で、かつ mqdes で参照されるメッセージキュー記述で O_NONBLOCK フラグがセットされていた。 EBADF The descriptor sp ...
https://man.plustar.jp/manpage/man3/mq_send.3.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