るりまサーチ (Ruby 3.4)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.095秒)
トップページ > バージョン:3.4[x] > 種類:関数[x] > クエリ:thread[x] > クエリ:exit[x]

別のキーワード

  1. drb thread
  2. thread join
  3. thread kill
  4. etc sc_thread_cputime

検索結果

static VALUE rb_thread_exit(void) (36604.0)

static void rb_thread_restore_context(rb_thread_t th, int exit) (18904.0)

スレッドを切り替えるにあたって、切り替え先のスレッド th の コンテキストを評価器に復帰します。

スレッドを切り替えるにあたって、切り替え先のスレッド th の
コンテキストを評価器に復帰します。

static void stack_extend(rb_thread_t th, int exit) (604.0)