229件ヒット
[1-100件を表示]
(0.025秒)
キーワード
-
rb
_ thread _ s _ abort _ exc (12) -
rb
_ thread _ s _ abort _ exc _ set (12) -
rb
_ thread _ s _ kill (12) -
rb
_ thread _ s _ new (12) -
rb
_ thread _ safe _ level (12) -
rb
_ thread _ save _ context (12) -
rb
_ thread _ schedule (12) -
rb
_ thread _ select (1) -
rb
_ thread _ signal _ raise (12) -
rb
_ thread _ sleep (12) -
rb
_ thread _ sleep _ forever (12) -
rb
_ thread _ start (12) -
rb
_ thread _ start _ 0 (12) -
rb
_ thread _ start _ timer (12) -
rb
_ thread _ status (12) -
rb
_ thread _ stop (12) -
rb
_ thread _ stop _ p (12) -
rb
_ thread _ stop _ timer (12) -
thread
_ status _ name (12) -
thread
_ switch (12)
検索結果
先頭5件
-
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) -