253件ヒット
[1-100件を表示]
(0.040秒)
種類
- 関数 (205)
- インスタンスメソッド (36)
- 特異メソッド (12)
ライブラリ
- openssl (12)
-
win32
/ registry (36)
クラス
-
OpenSSL
:: PKCS7 (12) -
Win32
:: Registry (36)
キーワード
-
rb
_ thread _ s _ abort _ exc (12) -
rb
_ thread _ s _ abort _ exc _ set (12) -
rb
_ thread _ s _ kill (12) -
rb
_ thread _ s _ new (12) -
rb
_ thread _ safe _ level (12) -
rb
_ thread _ save _ context (12) -
rb
_ thread _ schedule (12) -
rb
_ thread _ select (1) -
rb
_ thread _ signal _ raise (12) -
rb
_ thread _ sleep (12) -
rb
_ thread _ sleep _ forever (12) -
rb
_ thread _ start (12) -
rb
_ thread _ start _ 0 (12) -
rb
_ thread _ start _ timer (12) -
rb
_ thread _ status (12) -
rb
_ thread _ stop (12) -
rb
_ thread _ stop _ p (12) -
rb
_ thread _ stop _ timer (12) -
read
_ bin (12) -
read
_ i (12) -
read
_ smime (12)
検索結果
先頭5件
-
Win32
:: Registry # read _ s(name) (18107.0) -
@todo
...@todo
型がそれぞれ REG_SZ(read_s), REG_DWORD(read_i), REG_BINARY(read_bin)
であるレジストリ値 name を読み,その値を返します。
型がマッチしなかった場合,TypeError が発生します。... -
static VALUE rb
_ thread _ start _ 0(VALUE (*fn)() , void *arg , rb _ thread _ t th _ arg) (12300.0) -
-
static void rb
_ thread _ save _ context(rb _ thread _ t th) (12300.0) -
スレッドを切り替えるにあたって、現在実行中のスレッド th の コンテキストを評価器から th に退避します。
スレッドを切り替えるにあたって、現在実行中のスレッド th の
コンテキストを評価器から th に退避します。 -
VALUE rb
_ thread _ stop(void) (12200.0) -
現在実行中のスレッドを停止します。 他のスレッドから rb_thread_wakeup を呼ばれると再開します。
...現在実行中のスレッドを停止します。
他のスレッドから rb_thread_wakeup を呼ばれると再開します。... -
int rb
_ thread _ select(int max , fd _ set *read , fd _ set *write , fd _ set *except , struct timeval *timeout) (12200.0) -
この関数は deprecated です。rb_thread_fd_select を使用してください。
...です。rb_thread_fd_select を使用してください。
Ruby のスレッドは実装のために内部で select(2) を使っているため、
拡張ライブラリ内で独自に select(2) を使った場合の動作は保証されません。
代わりにこの関数 rb_thread_select を... -
static VALUE rb
_ thread _ s _ abort _ exc(void) (12200.0) -
-
static VALUE rb
_ thread _ s _ abort _ exc _ set(VALUE self , VALUE val) (12200.0) -
-
static VALUE rb
_ thread _ s _ kill(VALUE obj , VALUE th) (12200.0) -
-
static VALUE rb
_ thread _ s _ new(int argc , VALUE *argv , VALUE klass) (12200.0) -
-
static VALUE rb
_ thread _ safe _ level(VALUE thread) (12200.0) -