Searched refs:rb_eThreadError (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/
H A Dthread.c611 rb_raise(rb_eThreadError,
637 rb_raise(rb_eThreadError, "can't create Thread (%d)", err);
670 rb_raise(rb_eThreadError, "can't alloc thread");
675 rb_raise(rb_eThreadError, "uninitialized thread - check `%s#initialize'",
703 rb_raise(rb_eThreadError, "must be called with a block");
710 rb_raise(rb_eThreadError, "already initialized thread");
714 rb_raise(rb_eThreadError, "already initialized thread - %s",
717 rb_raise(rb_eThreadError, "already initialized thread - %s:%d",
793 rb_raise(rb_eThreadError, "Target thread must not be current thread");
796 rb_raise(rb_eThreadError, "Targe
[all...]
H A Deval.c690 VALUE rb_eThreadError; variable
H A Dthread_pthread.c925 rb_raise(rb_eThreadError, "native_thread_join() failed (%d)", err);
H A Dvm_trace.c1191 rb_raise(rb_eThreadError, "must be called with a block");
H A Dcont.c166 if (!(th)->tag) rb_raise(rb_eThreadError, "not running thread"); \
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Druby.h1480 RUBY_EXTERN VALUE rb_eThreadError; variable

Completed in 201 milliseconds