752件ヒット
[201-300件を表示]
(0.051秒)
ライブラリ
- ビルトイン (197)
-
io
/ wait (48) - monitor (54)
-
net
/ telnet (4) - open3 (168)
-
shell
/ builtin-command (6) -
shell
/ process-controller (12) -
shell
/ system-command (6) - socket (132)
- sync (24)
- thread (8)
- thwait (48)
クラス
-
ARGF
. class (10) - IO (72)
- Monitor (6)
-
MonitorMixin
:: ConditionVariable (36) -
Net
:: Telnet (4) -
Process
:: Status (12) -
Shell
:: BuiltInCommand (6) -
Shell
:: ProcessController (12) -
Shell
:: SystemCommand (6) - Socket (72)
-
Thread
:: ConditionVariable (36) - ThreadsWait (36)
モジュール
- Kernel (12)
- Open3 (168)
- Process (68)
-
RubyVM
:: MJIT (7) - Signal (24)
-
Socket
:: Constants (60) -
Sync
_ m (24)
キーワード
-
$ ? (12) -
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - >> (12)
- ConditionVariable (12)
- ErrNoFinishedThread (6)
- ErrNoWaitingThread (6)
-
LOCAL
_ CONNWAIT (24) -
MSG
_ DONTWAIT (24) -
MSG
_ PROXY (24) -
MSG
_ WAITALL (24) - MonitorMixin (12)
-
NEWS for Ruby 3
. 0 . 0 (5) -
NEWS for Ruby 3
. 1 . 0 (4) -
TCP
_ LINGER2 (24) -
all
_ waits (12) - broadcast (12)
-
connect
_ nonblock (12) - join (6)
-
join
_ nowait (6) -
last
_ status (8) - new (6)
-
next
_ wait (6) - pause (7)
-
pipeline
_ r (24) -
pipeline
_ rw (24) -
pipeline
_ start (24) -
pipeline
_ w (24) - popen2 (24)
- popen2e (24)
- popen3 (24)
-
rb
_ thread _ schedule (12) -
read
_ nonblock (22) -
ruby 1
. 8 . 4 feature (12) - setpgrp (12)
- signal (12)
-
sync
_ upgrade _ waiting (6) -
sync
_ upgrade _ waiting= (6) -
sync
_ waiting (6) -
sync
_ waiting= (6) - trap (24)
- wait2 (12)
- wait? (12)
-
wait
_ for _ cond (6) -
wait
_ readable (12) -
wait
_ to _ finish _ all _ process _ controllers (6) -
wait
_ until (12) -
wait
_ while (12) -
wait
_ writable (24) - waitfor (4)
-
waiting
_ job? (6) - waitpid (12)
- waitpid2 (12)
-
write
_ nonblock (12)
検索結果
先頭5件
-
Shell
:: BuiltInCommand # wait? -> false (6117.0) -
@todo
...@todo... -
Shell
:: ProcessController . wait _ to _ finish _ all _ process _ controllers -> () (6117.0) -
@todo
...@todo... -
Shell
:: SystemCommand # wait? -> bool (6117.0) -
@todo
...@todo... -
Sync
_ m # sync _ upgrade _ waiting -> [Thread] (6116.0) -
@todo
...@todo... -
Sync
_ m # sync _ upgrade _ waiting=(arr) (6116.0) -
@todo
...@todo... -
Sync
_ m # sync _ waiting -> [Thread] (6116.0) -
@todo
...@todo... -
Sync
_ m # sync _ waiting=(arr) (6116.0) -
@todo
...@todo... -
MonitorMixin
:: ConditionVariable # wait _ until { . . . } -> () (6113.0) -
モニタのロックを開放し、現在のスレッドを ブロックで指定した条件を満たすまで停止します。
...e#broadcast で
スレッドが起こされると、ロックを取得し、ブロックを評価し
その結果によってこのメソッドから抜け処理を継続するか
再びロックを開放しスレッドを停止するかを決めます。
@see MonitorMixin::ConditionVariable#wait... -
Shell
:: ProcessController # waiting _ job?(job) -> bool (6106.0) -
指定されたジョブが存在する場合は真を返します。 そうでない場合は偽を返します。
...指定されたジョブが存在する場合は真を返します。
そうでない場合は偽を返します。
@param job ジョブを指定します。... -
Socket
:: Constants :: LOCAL _ CONNWAIT -> Integer (6106.0) -
Retrieve peer credentials。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Retrieve peer credentials。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see ip(4freebsd)... -
Socket
:: Constants :: MSG _ DONTWAIT -> Integer (6106.0) -
This message should be non-blocking。
...This message should be non-blocking。
BasicSocket#send, BasicSocket#sendmsg,
BasicSocket#recv, BasicSocket#recvmsg の
flags 引数に用います。
@see send(2linux), recv(2linux),
recv(2freebsd)... -
Socket
:: LOCAL _ CONNWAIT -> Integer (6106.0) -
Retrieve peer credentials。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Retrieve peer credentials。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see ip(4freebsd)... -
Socket
:: MSG _ DONTWAIT -> Integer (6106.0) -
This message should be non-blocking。
...This message should be non-blocking。
BasicSocket#send, BasicSocket#sendmsg,
BasicSocket#recv, BasicSocket#recvmsg の
flags 引数に用います。
@see send(2linux), recv(2linux),
recv(2freebsd)...