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

/macosx-10.10.1/ruby-106/ruby/
H A Dthread.c92 static int rb_threadptr_pending_interrupt_empty_p(rb_thread_t *th);
1550 rb_threadptr_pending_interrupt_empty_p(rb_thread_t *th) function
1598 if (rb_threadptr_pending_interrupt_empty_p(th)) {
1617 if (rb_threadptr_pending_interrupt_empty_p(th)) {
1755 if (!rb_threadptr_pending_interrupt_empty_p(th)) {
1767 if (!rb_threadptr_pending_interrupt_empty_p(th)) {
1798 if (rb_threadptr_pending_interrupt_empty_p(target_th)) {
H A Dvm_core.h938 if (UNLIKELY(!rb_threadptr_pending_interrupt_empty_p(th))) { \

Completed in 81 milliseconds