るりまサーチ

最速Rubyリファレンスマニュアル検索!
98件ヒット [1-98件を表示] (0.028秒)
トップページ > クエリ:status[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) (6301.0)

static VALUE localjump_exitstatus(VALUE exc) (6101.0)

static VALUE rb_thread_status(VALUE thread) (6101.0)

void rb_exit(int status) (117.0)

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

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

rb_pid_t rb_fork(int *status, int (*chfunc)(void*), void *charg, VALUE fds) (101.0)

この関数は deprecated です。

この関数は deprecated です。

絞り込み条件を変える

rb_pid_t rb_fork_err(int *status, int (*chfunc)(void*, char *, size_t), void *charg, VALUE fds, char *errmsg, size_t errmsg_buflen) (101.0)

この関数は deprecated です。

この関数は deprecated です。

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

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

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

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

初出: 4064

...初出: 4064

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

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

絞り込み条件を変える