Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dthread.c107 static int rb_threadptr_pending_interrupt_empty_p(const rb_thread_t *th);
198 if (LIKELY(rb_threadptr_pending_interrupt_empty_p(th))) { in vm_check_ints_blocking()
1786 rb_threadptr_pending_interrupt_empty_p(const rb_thread_t *th) in rb_threadptr_pending_interrupt_empty_p() function
1834 if (rb_threadptr_pending_interrupt_empty_p(th)) { in rb_threadptr_pending_interrupt_deque()
1853 if (rb_threadptr_pending_interrupt_empty_p(th)) { in threadptr_pending_interrupt_active_p()
2004 if (!rb_threadptr_pending_interrupt_empty_p(th)) { in rb_thread_s_handle_interrupt()
2016 if (!rb_threadptr_pending_interrupt_empty_p(th)) { in rb_thread_s_handle_interrupt()
2048 if (rb_threadptr_pending_interrupt_empty_p(target_th)) { in rb_thread_pending_interrupt_p()