132件ヒット
[1-100件を表示]
(0.061秒)
キーワード
-
localjump
_ exitstatus (12) -
rb
_ ensure (12) -
rb
_ exec _ end _ proc (12) -
rb
_ exit (12) -
rb
_ f _ at _ exit (12) -
rb
_ f _ exit (12) -
rb
_ gc _ call _ finalizer _ at _ exit (12) -
rb
_ memerror (12) -
rb
_ thread _ exit (12) -
rb
_ thread _ restore _ context (12) -
stack
_ extend (12)
検索結果
先頭5件
-
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() が正常終了しても実行されます)。...