るりまサーチ (Ruby 2.3.0)

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

別のキーワード

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

キーワード

検索結果

static int read_escape(void) (78304.0)

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

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

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

static void rb_thread_ready(rb_thread_t th) (36904.0)

static void rb_thread_wait_other_threads(void) (36604.0)

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

絞り込み条件を変える

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

VALUE rb_thread_run(VALUE thread) (18604.0)

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

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

VALUE rb_thread_wakeup(VALUE thread) (18604.0)

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

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

static VALUE rb_thread_abort_exc(VALUE thread) (18604.0)

static VALUE rb_thread_abort_exc_set(VALUE thread, VALUE val) (18604.0)

絞り込み条件を変える

static VALUE rb_thread_alive_p(VALUE thread) (18604.0)

static VALUE rb_thread_aref(VALUE thread, VALUE id) (18604.0)

static VALUE rb_thread_aset(VALUE thread, VALUE id, VALUE val) (18604.0)

static VALUE rb_thread_initialize(VALUE thread, VALUE args) (18604.0)

static VALUE rb_thread_inspect(VALUE thread) (18604.0)

絞り込み条件を変える

static VALUE rb_thread_join_m(int argc, VALUE *argv, VALUE thread) (18604.0)

static VALUE rb_thread_key_p(VALUE thread, VALUE id) (18604.0)

static VALUE rb_thread_keys(VALUE thread) (18604.0)

static VALUE rb_thread_kill(VALUE thread) (18604.0)

static VALUE rb_thread_priority(VALUE thread) (18604.0)

絞り込み条件を変える

static VALUE rb_thread_priority_set(VALUE thread, VALUE prio) (18604.0)

static VALUE rb_thread_raise(int argc, VALUE *argv, rb_thread_t th) (18604.0)

static VALUE rb_thread_raise_m(int argc, VALUE *argv, VALUE thread) (18604.0)

static VALUE rb_thread_safe_level(VALUE thread) (18604.0)

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

絞り込み条件を変える

static VALUE rb_thread_status(VALUE thread) (18604.0)

static VALUE rb_thread_stop_p(VALUE thread) (18604.0)

static VALUE rb_thread_value(VALUE thread) (18604.0)

static VALUE rb_thread_yield(VALUE arg, rb_thread_t th) (18604.0)

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

絞り込み条件を変える

static int rb_thread_dead(rb_thread_t th) (18604.0)

static int rb_thread_join(rb_thread_t th, double limit) (18604.0)

static rb_thread_t rb_thread_alloc(VALUE klass) (18604.0)

static rb_thread_t rb_thread_check(VALUE data) (18604.0)

static void rb_thread_remove(rb_thread_t th) (18604.0)

絞り込み条件を変える

static void rb_thread_restore_context(rb_thread_t th, int exit) (18604.0)

スレッドを切り替えるにあたって、切り替え先のスレッド th の コンテキストを評価器に復帰します。

スレッドを切り替えるにあたって、切り替え先のスレッド th の
コンテキストを評価器に復帰します。

static void rb_thread_save_context(rb_thread_t th) (18604.0)

スレッドを切り替えるにあたって、現在実行中のスレッド th の コンテキストを評価器から th に退避します。

スレッドを切り替えるにあたって、現在実行中のスレッド th の
コンテキストを評価器から th に退避します。

static void thread_free(rb_thread_t th) (18604.0)

static void thread_mark(rb_thread_t th) (18604.0)

VALUE rb_thread_create(fn, arg) (18304.0)

VALUE (*fn)(); void *arg;

VALUE (*fn)();
void *arg;

絞り込み条件を変える

VALUE rb_thread_current(void) (18304.0)

現在実行中のスレッドを返します。

現在実行中のスレッドを返します。

VALUE rb_thread_list(void) (18304.0)

VALUE rb_thread_main(void) (18304.0)

メインスレッド (プロセスの一番最初に存在するスレッド) を返します。

メインスレッド (プロセスの一番最初に存在するスレッド) を返します。

VALUE rb_thread_stop(void) (18304.0)

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

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

int rb_thread_alone(void) (18304.0)

評価器にスレッドが一つしか存在しないとき真。

評価器にスレッドが一つしか存在しないとき真。

絞り込み条件を変える

int rb_thread_fd_writable(int fd) (18304.0)

static VALUE rb_mod_attr_reader(int argc, VALUE *argv, VALUE klass) (18304.0)

static VALUE rb_thread_critical_get(void) (18304.0)

static VALUE rb_thread_critical_set(VALUE obj, VALUE val) (18304.0)

static VALUE rb_thread_exit(void) (18304.0)

絞り込み条件を変える

static VALUE rb_thread_pass(void) (18304.0)

Thread#pass の実体。

Thread#pass の実体。

static VALUE rb_thread_s_abort_exc(void) (18304.0)

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

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

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

絞り込み条件を変える

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

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

static int thread_switch(int n) (18304.0)

static void rb_thread_cleanup(void) (18304.0)

static void rb_thread_deadlock(void) (18304.0)

絞り込み条件を変える

void Init_Thread(void) (18304.0)

void rb_define_readonly_variable(const char *name, VALUE *var) (18304.0)

void rb_gc_mark_threads(void) (18304.0)

存在するスレッド全てをマークします。

存在するスレッド全てをマークします。

void rb_thread_atfork(void) (18304.0)

void rb_thread_fd_close(int fd) (18304.0)

絞り込み条件を変える

void rb_thread_interrupt(void) (18304.0)

void rb_thread_schedule(void) (18304.0)

他のスレッドに実行権を渡します。 対象の特定はできません。

他のスレッドに実行権を渡します。
対象の特定はできません。

@see rb_thread_wait_fd, rb_thread_wait_for

void rb_thread_signal_raise(char *sig) (18304.0)

void rb_thread_sleep(int sec) (18304.0)

void rb_thread_sleep_forever(void) (18304.0)

絞り込み条件を変える

void rb_thread_start_timer(void) (18304.0)

setitimer(2) が存在する場合のみ定義されます。

setitimer(2) が存在する場合のみ定義されます。

Ruby のスレッドスケジューリングに使用している
インターバルタイマーを開始します。

void rb_thread_stop_timer(void) (18304.0)

setitimer(2) が存在する場合のみ定義されます。

setitimer(2) が存在する場合のみ定義されます。

Ruby のスレッドスケジューリングに使用しているインターバルタイマーを
停止します。このタイマーが止まると Ruby のスレッド機構は基本的に停止
しますので注意してください。

void rb_thread_trap_eval(VALUE cmd, int sig) (18304.0)

void rb_thread_wait_fd(int fd) (18304.0)

ファイルディスクリプタ fd を読み込めるようになるまで カレントスレッドを停止します。

ファイルディスクリプタ fd を読み込めるようになるまで
カレントスレッドを停止します。

void rb_thread_wait_for(struct timeval time) (18304.0)

time の長さの時間が経過するまでカレントスレッドを停止します。

time の長さの時間が経過するまでカレントスレッドを停止します。

絞り込み条件を変える

void rb_define_attr(VALUE klass, const char *name, int read, int write) (352.0)

クラス klass にメソッド name と name= を定義します。 read が真のときは name を定義し、 write が真のときは name= を定義します。

クラス klass にメソッド name と name= を定義します。
read が真のときは name を定義し、
write が真のときは name= を定義します。

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

static void stack_extend(rb_thread_t th, int exit) (304.0)

void rb_attr(VALUE klass, ID id, int read, int write, int ex) (304.0)