manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 67 for queue (0.006 sec.)
Man page of AT 8265
AT Section: User Commands (1) Updated: 2009-11-14 Index JM Home Page 名前 at, batch, atq, atrm - ... るジョブのキュー操作、確認、削除 書式 at [ -V ] [ -q queue ] [ -f file ] [ -u username ] [ -mMlv ] timespec . ... .." at [ -V ] [ -q queue ] [ -f file ] [ -u username ] [ -mMkv ] [ -t time ... ] -l [ -o timeformat ] [job ... ] atq [ -V ] [ -q queue ] [ -o timeformat ] [job ... ] at [ -rd ] job [... ... 出力にバージョン番号を表示して、 正常終了します。 -q queue 指定されたキューを使用します。 キューの指定には英字 ...
https://man.plustar.jp/manpage/man1/batch.1.html - [similar]
Man page of MQ_SEND 8265
MQ_SEND Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 mq_se ... セージキューにメッセージを送信する 書式 #include < mqueue.h > int mq_send(mqd_t mqdes , const char * msg_ptr ... ed int msg_prio ); #include < time.h > #include < mqueue.h > int mq_timedsend(mqd_t mqdes , const char * ms ... 、停止 (block) する。 メッセージキュー記述 (message queue description) で O_NONBLOCK フラグが有効になっている ... ) behaves just like mq_send (), except that if the queue is full and the O_NONBLOCK flag is not enabled for ...
https://man.plustar.jp/manpage/man2/mq_timedsend.2.html - [similar]
Man page of MQ_SEND 8265
MQ_SEND Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 mq_se ... セージキューにメッセージを送信する 書式 #include < mqueue.h > int mq_send(mqd_t mqdes , const char * msg_ptr ... ed int msg_prio ); #include < time.h > #include < mqueue.h > int mq_timedsend(mqd_t mqdes , const char * ms ... 、停止 (block) する。 メッセージキュー記述 (message queue description) で O_NONBLOCK フラグが有効になっている ... ) behaves just like mq_send (), except that if the queue is full and the O_NONBLOCK flag is not enabled for ...
https://man.plustar.jp/manpage/man3/mq_send.3.html - [similar]
Man page of MQ_SEND 8265
MQ_SEND Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 mq_se ... セージキューにメッセージを送信する 書式 #include < mqueue.h > int mq_send(mqd_t mqdes , const char * msg_ptr ... ed int msg_prio ); #include < time.h > #include < mqueue.h > int mq_timedsend(mqd_t mqdes , const char * ms ... 、停止 (block) する。 メッセージキュー記述 (message queue description) で O_NONBLOCK フラグが有効になっている ... ) behaves just like mq_send (), except that if the queue is full and the O_NONBLOCK flag is not enabled for ...
https://man.plustar.jp/manpage/man3/mq_timedsend.3.html - [similar]
Man page of MSGOP 8108
MSGOP Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 msgrcv, ... cess does not have write permission on the message queue, and does not have the CAP_IPC_OWNER capability in ... ocess does not have read permission on the message queue, and does not have the CAP_IPC_OWNER capability in ... imum number of bytes that can be held in a message queue (default value: 16384 bytes). On Linux, this limit ... RCE capability) can increase the size of a message queue beyond MSGMNB using the msgctl (2) IPC_SET operati ...
https://man.plustar.jp/manpage/man2/msgop.2.html - [similar]
Man page of MSGOP 8108
MSGOP Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 msgrcv, ... cess does not have write permission on the message queue, and does not have the CAP_IPC_OWNER capability in ... ocess does not have read permission on the message queue, and does not have the CAP_IPC_OWNER capability in ... imum number of bytes that can be held in a message queue (default value: 16384 bytes). On Linux, this limit ... RCE capability) can increase the size of a message queue beyond MSGMNB using the msgctl (2) IPC_SET operati ...
https://man.plustar.jp/manpage/man2/msgrcv.2.html - [similar]
Man page of MSGOP 8108
MSGOP Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 msgrcv, ... cess does not have write permission on the message queue, and does not have the CAP_IPC_OWNER capability in ... ocess does not have read permission on the message queue, and does not have the CAP_IPC_OWNER capability in ... imum number of bytes that can be held in a message queue (default value: 16384 bytes). On Linux, this limit ... RCE capability) can increase the size of a message queue beyond MSGMNB using the msgctl (2) IPC_SET operati ...
https://man.plustar.jp/manpage/man2/msgsnd.2.html - [similar]
Man page of MQ_GETATTR 8108
MQ_GETATTR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 mq ... ッセージキューの属性を設定/取得する 書式 #include < mqueue.h > int mq_getattr(mqd_t mqdes , struct mq_attr * ... ルドには、オープンメッセージキュー記述 (open message queue description) に関連付けられているフラグが格納される ... 下に示す。 $ ./a.out /testq Maximum # of messages on queue: 10 Maximum message size: 8192 Linux 3.5 以降では、 ... できる。 $ uname -sr Linux 3.8.0 $ cat /proc/sys/fs/mqueue/msg_default 10 $ cat /proc/sys/fs/mqueue/msgsize_d ...
https://man.plustar.jp/manpage/man3/mq_getattr.3.html - [similar]
Man page of MQ_GETATTR 8108
MQ_GETATTR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 mq ... ッセージキューの属性を設定/取得する 書式 #include < mqueue.h > int mq_getattr(mqd_t mqdes , struct mq_attr * ... ルドには、オープンメッセージキュー記述 (open message queue description) に関連付けられているフラグが格納される ... 下に示す。 $ ./a.out /testq Maximum # of messages on queue: 10 Maximum message size: 8192 Linux 3.5 以降では、 ... できる。 $ uname -sr Linux 3.8.0 $ cat /proc/sys/fs/mqueue/msg_default 10 $ cat /proc/sys/fs/mqueue/msgsize_d ...
https://man.plustar.jp/manpage/man3/mq_setattr.3.html - [similar]
Man page of iptables-extensions 8108
iptables-extensions Section: iptables 1.4.21 (8) Updated: Index JM Home Page 名前 iptables-exten ... までの遅延が大きくなる。 デフォルト値は 1 である。 NFQUEUE このターゲットは、 nfnetlink_queue ハンドラーを使っ ... のどちらかをしなければならない。 詳細は libnetfilter_queue を参照のこと。 nfnetlink_queue は Linux 2.6.14 で追 ... 加された。 queue-balance オプションは Linux 2.6.31 で、 queue-bypas ... s は Linux 2.6.39 で追加された。 --queue-num value 使用する QUEUE 番号を指定する。 有効なキ ...
https://man.plustar.jp/manpage/man8/iptables-extensions.8.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