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

/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_thread.rb677 Thread.handle_interrupt(Object => :immediate){} if Thread.pending_interrupt?
/macosx-10.10.1/ruby-106/ruby/
H A Dthread.c1783 * target_thread.pending_interrupt?(error = nil) -> true/false
1789 * See ::pending_interrupt? for more information.
1821 * Thread.pending_interrupt?(error = nil) -> true/false
1848 * if Thread.pending_interrupt?
1902 int pending_interrupt; local
1916 pending_interrupt = interrupt & PENDING_INTERRUPT_MASK;
1931 if (pending_interrupt && rb_threadptr_pending_interrupt_active_p(th)) {
4996 rb_define_singleton_method(rb_cThread, "pending_interrupt?", rb_thread_s_pending_interrupt_p, -1);
4997 rb_define_method(rb_cThread, "pending_interrupt?", rb_thread_pending_interrupt_p, -1);

Completed in 613 milliseconds