るりまサーチ

最速Rubyリファレンスマニュアル検索!
5189件ヒット [1-100件を表示] (0.110秒)
トップページ > クエリ:r[x] > クエリ:thread[x]

別のキーワード

  1. _builtin to_r
  2. open3 pipeline_r
  3. matrix elements_to_r
  4. fileutils rm_r
  5. fileutils cp_r

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

thread (44012.0)

スレッド間キューや状態変数 (condition variable) を提供するライブラリです。

...間キューや状態変数 (condition variable) を提供するライブラリです。

このライブラリは Thread を拡張します。rubyインタプリタを
デバッグオプション付き($DEBUGを真)で実行したときには、
Thread
.abort_on_exception を true にします。...
このライブラリで提供されていたクラスは 2.3.0 で組み込みクラスになりまし
た。互換性のためだけに残されています。

static void rb_thread_wait_other_threads(void) (38300.0)

static VALUE rb_thread_raise(int argc, VALUE *argv, rb_thread_t th) (32400.0)

static VALUE rb_thread_start_0(VALUE (*fn)(), void *arg, rb_thread_t th_arg) (32400.0)

static VALUE rb_thread_yield(VALUE arg, rb_thread_t th) (32400.0)

絞り込み条件を変える

static int rb_thread_dead(rb_thread_t th) (32400.0)

static int rb_thread_join(rb_thread_t th, double limit) (32400.0)

static rb_thread_t rb_thread_alloc(VALUE klass) (32400.0)

static rb_thread_t rb_thread_check(VALUE data) (32400.0)

<< 1 2 3 ... > >>