るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. _builtin status
  2. openssl status
  3. cgi http_status
  4. getoptlong status_yet
  5. getoptlong status_started

検索結果

static const char * thread_status_name(enum thread_status status) (18904.0)

static VALUE localjump_exitstatus(VALUE exc) (18304.0)

static VALUE rb_thread_status(VALUE thread) (18304.0)

void rb_exit(int status) (352.0)

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

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

static VALUE rb_undefined(VALUE obj, ID id, int argc, VALUE *argv, int call_status) (304.0)

絞り込み条件を変える

static void localjump_error(const char *mesg, VALUE status) (304.0)

static void terminate_process(int status, const char *mesg, int mlen) (304.0)

VALUE rb_protect(VALUE (*proc)(), VALUE data, int *state) (58.0)

初出: 4064

初出: 4064

proc(data) を評価中のあらゆる大域脱出(例外を含む)を捕捉します。

val = rb_protect(func, arg, &status);
if (status != 0) {
puts("大域脱出が起きた");
rb_jump_tag(status);
}