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

/macosx-10.10/ruby-106/ruby/
H A Dthread.c1792 rb_thread_pending_interrupt_p(int argc, VALUE *argv, VALUE target_thread) function
1879 return rb_thread_pending_interrupt_p(argc, argv, GET_THREAD()->self);
4997 rb_define_method(rb_cThread, "pending_interrupt?", rb_thread_pending_interrupt_p, -1);

Completed in 122 milliseconds