るりまサーチ

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

別のキーワード

  1. stringio read
  2. _builtin read
  3. io read
  4. csv read
  5. tuple read

検索結果

<< 1 2 3 > >>

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

VALUE rb_thread_stop(void) (6101.0)

現在実行中のスレッドを停止します。 他のスレッドから rb_thread_wakeup を呼ばれると再開します。

現在実行中のスレッドを停止します。
他のスレッドから rb_thread_wakeup を呼ばれると再開します。

int rb_thread_select(int max, fd_set *read, fd_set *write, fd_set *except, struct timeval *timeout) (6101.0)

この関数は deprecated です。rb_thread_fd_select を使用してください。

...レッドは実装のために内部で select(2) を使っているため、
拡張ライブラリ内で独自に select(2) を使った場合の動作は保証されません。
代わりにこの関数 rb_thread_select を使ってください。
引数の意味は select(2) と同じです。...

static VALUE rb_thread_s_abort_exc(void) (6101.0)

static VALUE rb_thread_s_abort_exc_set(VALUE self, VALUE val) (6101.0)

絞り込み条件を変える

static VALUE rb_thread_s_kill(VALUE obj, VALUE th) (6101.0)

static VALUE rb_thread_s_new(int argc, VALUE *argv, VALUE klass) (6101.0)

static VALUE rb_thread_safe_level(VALUE thread) (6101.0)

static VALUE rb_thread_start(VALUE klass, VALUE args) (6101.0)

static VALUE rb_thread_start_0(VALUE (*fn)(), void *arg, rb_thread_t th_arg) (6101.0)

絞り込み条件を変える

<< 1 2 3 > >>