manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 165 for TIMEOUT (0.004 sec.)
Man page of EPOLL_WAIT 8601
EPOLL_WAIT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ep ... struct epoll_event * events , int maxevents , int timeout ); int epoll_pwait(int epfd , struct epoll_event * ... events , int maxevents , int timeout , const sigset_t * sigmask ); 説明 The epoll_wait ... maxevents argument must be greater than zero. The timeout argument specifies the number of milliseconds that ... ンドラーにより割り込まれた • タイムアウトが満了する timeout 時間はシステムクロックの粒度に切り上げられ、カーネ ...
https://man.plustar.jp/manpage/man2/epoll_wait.2.html - [similar]
Man page of RECVMMSG 8419
RECVMMSG Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv ... unsigned int vlen , int flags , struct timespec * timeout ); 説明 recvmmsg () システムコールは recvmsg (2) の ... 初のメッセージを受信後に MSG_DONTWAIT を有効にする。 timeout 引数は struct timespec ( clock_gettime (2) 参照) へ ... ューリング遅延により少しだけ長くなる可能性がある)。 timeout が NULL の場合、 受信操作は無期限に停止 (block) す ... れに加えて、以下のエラーが起こる場合がある。 EINVAL timeout が無効である。 See also BUGS. バージョン recvmmsg ...
https://man.plustar.jp/manpage/man2/recvmmsg.2.html - [similar]
Man page of POLL 8351
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... > int poll(struct pollfd * fds , nfds_t nfds , int timeout ); #define _GNU_SOURCE /* feature_test_macros (7) ... のうちいずれか一つが発生するまで停止 (block) する。 timeout 引数は、 ファイルディスクリプターが利用可能になるま ... ンドラーにより割り込まれた • タイムアウトが満了する timeout 時間はシステムクロックの粒度に切り上げられ、 カーネ ... により少しだけ長くなる可能性がある点に注意すること。 timeout に負の値を指定した場合、タイムアウト時間が無限大を ...
https://man.plustar.jp/manpage/man2/poll.2.html - [similar]
Man page of POLL 8351
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... > int poll(struct pollfd * fds , nfds_t nfds , int timeout ); #define _GNU_SOURCE /* feature_test_macros (7) ... のうちいずれか一つが発生するまで停止 (block) する。 timeout 引数は、 ファイルディスクリプターが利用可能になるま ... ンドラーにより割り込まれた • タイムアウトが満了する timeout 時間はシステムクロックの粒度に切り上げられ、 カーネ ... により少しだけ長くなる可能性がある点に注意すること。 timeout に負の値を指定した場合、タイムアウト時間が無限大を ...
https://man.plustar.jp/manpage/man2/ppoll.2.html - [similar]
Man page of IO_GETEVENTS 7372
IO_GETEVENTS Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 ... nr , struct io_event * events , struct timespec * timeout ); 注 : このシステムコールには glibc のラッパー関数 ... queue of the AIO context specified by ctx_id . The timeout argument specifies the amount of time to wait for ... events, and is specified as a relative timeout in a structure of the following form: struct times ... and is guaranteed not to expire early. Specifying timeout as NULL means block indefinitely until at least mi ...
https://man.plustar.jp/manpage/man2/io_getevents.2.html - [similar]
Man page of WALL 7259
WALL Section: User Commands (1) Updated: August 2013 Index JM Home Page 名前 wall - すべてのユー ... ザに対してメッセージを書き込む 書式 wall [ -n ] [ -t timeout ] [ -g group ] [ message | file ] 読者へのご注意 こ ... er バナー (訳注: 発信者情報) を表示しない。 -t , --timeout timeout 端末への書き込みを timeout 秒間試みてから、 ... 諦める。この timeout は、正の整数でなければならない。デフォルトの値は 3 ... > から入手できる。 関連キーワード 表示 , ユーザ , timeout , group , メッセージ , コマンド , 端末 , util , 注 ...
https://man.plustar.jp/manpage/man1/wall.1.html - [similar]
Man page of RTIME 7134
RTIME Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 rtime - ... struct rpc_timeval * timep , struct rpc_timeval * timeout ); 説明 この関数は RFC 868 に記述されているタイムサ ... 0-01-01 00:00:00 +0000 (UTC)) から秒数に変換する。 timeout が NULL でない場合、udp/time ソケット (ポート 37) ... EIO 返されたバイト数が 4 バイトでない。 ETIMEDOUT timeout で定義された待ち時間の期限が切れた。 属性 この節で ... ruct rpc_timeval time1 = {0,0}; struct rpc_timeval timeout = {1,0}; struct hostent *hent; int ret; memset(&na ...
https://man.plustar.jp/manpage/man3/rtime.3.html - [similar]
Man page of FLOCK 7008
FLOCK Section: User Commands (1) Updated: November 2004 Index JM Home Page 名前 flock - ファイル ... 保持するコマンドを実行する 書式 flock [ --shared | --timeout= seconds ] lockfile command .. 説明 flock (2) シス ... ドが書き込みを行う場合には排他ロックが使用される。 --timeout=n n 秒以内にロックが取得できない場合は、中止 (abor ... る。 全くブロックせずにロックを取得したい場合は、 --timeout=0 と指定すること。 タイマーはロックの取得にのみ適用 ... etc/passwd just-read-something-from-passwd flock --timeout=0 /sys /usr/local/bin/update-hotplug /sys 著者 Wri ...
https://man.plustar.jp/manpage/man1/flock.1.html - [similar]
Man page of SEM_WAIT 6895
SEM_WAIT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 sem_ ... imedwait(sem_t * sem , const struct timespec * abs_timeout ); -pthread とリンクする。 glibc 向けの機能検査マク ... かった場合に 関数呼び出しが停止する時間の上限を abs_timeout で指定する点が異なる。 abs_timeout 引数は、タイムア ... 敗する。 セマフォ操作がすぐに実行できるときは、 abs_timeout がどんな値であっても sem_timedwait () が失敗するこ ... とは決してない。さらにいうと、この場合には abs_timeout の正当性の検査は行われない。 返り値 成功すると、こ ...
https://man.plustar.jp/manpage/man3/sem_timedwait.3.html - [similar]
Man page of FUTEX 6644
FUTEX Section: Linux Programmer's Manual (2) Updated: 2014-05-21 Index JM Home Page 名前 futex - ... uaddr , int op , int val , const struct timespec * timeout , int * uaddr2 , int val3 ); 注 : このシステムコー ... アドレスに対して FUTEX_WAKE が実行されるのを待つ。 timeout 引き数が NULL でない場合、その内容は待ち時間の最大 ... 中の) 最大 val 個のプロセスを wake させる。 引き数 timeout , uaddr2 , val3 は無視される。 futex (4) に照らし合 ... ィスクリプターを クローズしなければならない。 引き数 timeout , uaddr2 , val3 は無視される。 競合状態を防止するた ...
https://man.plustar.jp/manpage/man2/futex.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT

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