Searched refs:rb_thread_raised_set (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/ruby-106/ruby/
H A Deval_error.c197 rb_thread_raised_set(th, raised_flag);
H A Deval_intern.h170 #define rb_thread_raised_set(th, f) ((th)->raised_flag |= (f)) macro
H A Dthread_win32.c776 rb_thread_raised_set(th, RAISED_STACKOVERFLOW);
H A Dvm_eval.c285 rb_thread_raised_set(th, RAISED_STACKOVERFLOW);
H A Dgc.c3421 rb_thread_raised_set(th, RAISED_NOMEMORY);

Completed in 142 milliseconds