るりまサーチ

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

別のキーワード

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

キーワード

検索結果

<< 1 2 3 ... > >>

static int read_escape(void) (26101.0)

一文字に相当するバックスラッシュ記法が許す 文字列を入力バッファから読みとり、評価値を返す。 先頭のバックスラッシュはすでに読みこんでいるものと仮定する。 不正な記法に対しては yyerror を呼び出し, 0 を返す。

一文字に相当するバックスラッシュ記法が許す
文字列を入力バッファから読みとり、評価値を返す。
先頭のバックスラッシュはすでに読みこんでいるものと仮定する。
不正な記法に対しては yyerror を呼び出し, 0 を返す。

static void readonly_setter(VALUE val, ID id, void *var) (26101.0)

static void rb_thread_ready(rb_thread_t th) (12301.0)

static void rb_thread_wait_other_threads(void) (12201.0)

VALUE rb_thread_local_aref(VALUE thread, ID id) (6201.0)

絞り込み条件を変える

VALUE rb_thread_local_aset(VALUE thread, ID id, VALUE val) (6201.0)

VALUE rb_thread_run(VALUE thread) (6201.0)

スレッド thread に実行権を渡します。

...スレッド thread に実行権を渡します。...

VALUE rb_thread_wakeup(VALUE thread) (6201.0)

停止中のスレッド thread を再開させます。

...停止中のスレッド thread を再開させます。...

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

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

...です。rb_thread_fd_select を使用してください。

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

static VALUE rb_thread_abort_exc(VALUE thread) (6201.0)

絞り込み条件を変える

<< 1 2 3 ... > >>