るりまサーチ

最速Rubyリファレンスマニュアル検索!
132件ヒット [1-100件を表示] (0.061秒)

別のキーワード

  1. _builtin exit
  2. thread exit
  3. monitor exit
  4. irb irb_exit
  5. irb irb_at_exit

検索結果

<< 1 2 > >>

static VALUE localjump_exitstatus(VALUE exc) (6101.0)

static VALUE rb_f_at_exit(void) (6101.0)

static VALUE rb_f_exit(int argc, VALUE *argv, VALUE obj) (6101.0)

static VALUE rb_thread_exit(void) (6101.0)

void rb_exit(int status) (6101.0)

ステータス status でインタプリタを終了させます。

ステータス status でインタプリタを終了させます。

絞り込み条件を変える

void rb_gc_call_finalizer_at_exit(void) (6101.0)

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

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

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

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

VALUE rb_ensure(VALUE (*body)(), VALUE data1, VALUE (*ensure)(), VALUE data2) (17.0)

ensure の C 版です。まず body(data1) を実行し、その途中で 例外や exit が起きたとしても ensure(data2) が確実に 実行されます ( body() が正常終了しても実行されます)。

...ensure の C 版です。まず body(data1) を実行し、その途中で
例外や exit が起きたとしても ensure(data2) が確実に
実行されます ( body() が正常終了しても実行されます)。...
<< 1 2 > >>