るりまサーチ

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

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

キーワード

検索結果

<< 1 2 3 ... > >>

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

static void thread_free(rb_thread_t th) (32301.0)

static void thread_mark(rb_thread_t th) (32301.0)

static int thread_keys_i(ID key, VALUE value, VALUE ary) (32201.0)

static int thread_switch(int n) (32201.0)

絞り込み条件を変える

static void rb_thread_wait_other_threads(void) (30301.0)

static VALUE thgroup_add(VALUE group, VALUE thread) (26201.0)

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

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

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

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

VALUE rb_thread_run(VALUE thread) (12417.0)

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

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

VALUE rb_thread_wakeup(VALUE thread) (12417.0)

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

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

絞り込み条件を変える

<< 1 2 3 ... > >>