Searched refs:rb_thread_raised_p (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ruby-106/ruby/
H A Deval_intern.h172 #define rb_thread_raised_p(th, f) (((th)->raised_flag & (f)) != 0) macro
H A Dthread_win32.c775 if (!rb_thread_raised_p(th, RAISED_STACKOVERFLOW)) {
H A Dvm_eval.c284 if (!rb_thread_raised_p(th, RAISED_STACKOVERFLOW) && ruby_stack_check()) {
H A Dgc.c3412 (rb_thread_raised_p(th, RAISED_NOMEMORY) && rb_safe_level() < 4)) {
3416 if (rb_thread_raised_p(th, RAISED_NOMEMORY)) {

Completed in 128 milliseconds