ライブラリ
- ビルトイン (286)
- etc (12)
-
minitest
/ unit (1) - monitor (84)
- open3 (48)
- pty (48)
- shell (6)
-
shell
/ process-controller (6) -
shell
/ system-command (6) - socket (24)
- thread (6)
-
webrick
/ httpproxy (12) -
webrick
/ httpserver (12)
クラス
-
MiniTest
:: Unit :: TestCase (1) -
MonitorMixin
:: ConditionVariable (60) - Mutex (6)
-
Process
:: Status (12) - Shell (6)
-
Shell
:: ProcessController (6) -
Shell
:: SystemCommand (6) - SignalException (60)
- Socket (12)
- Thread (16)
-
Thread
:: ConditionVariable (24) -
Thread
:: Mutex (30)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - ConditionVariable (12)
- HTTPProxyServer (12)
- HTTPServer (12)
- Interrupt (12)
-
MSG
_ NOSIGNAL (24) - Monitor (12)
- MonitorMixin (12)
-
NEWS for Ruby 2
. 0 . 0 (12) -
NEWS for Ruby 3
. 0 . 0 (5) -
SC
_ REALTIME _ SIGNALS (12) -
SUPPORTS
_ INFO _ SIGNAL (1) - Signal (12)
- SignalException (12)
- Status (12)
- broadcast (12)
- getpty (24)
-
handle
_ interrupt (12) -
ignore
_ deadlock= (4) - kill (24)
-
kill
_ job (6) - list (12)
- lock (12)
- new (36)
-
pipeline
_ r (24) -
pipeline
_ start (24) -
rb
_ thread _ signal _ raise (12) -
ruby 1
. 8 . 4 feature (12) - signaled? (12)
- signame (12)
- signm (12)
- signo (12)
- spawn (24)
- synchronize (12)
- trap (48)
- unlock (12)
- wait (24)
-
wait
_ until (12) -
wait
_ while (12)
検索結果
先頭1件
-
ruby 1
. 8 . 4 feature (6.0) -
ruby 1.8.4 feature ruby 1.8.4 での ruby 1.8.3 からの変更点です。
...0
: シグナル [bug]
#Sun Oct 16 03:38:07 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
#
# * rubysig.h (CHECK_INTS): prevent signal handler to run during
# critical section. [ruby-core:04039]
シグナルハンドラの実行はクリティカルセクション...