rb_thread_blocking_region 1591 bignum.c z = rb_thread_blocking_region(bigmul1, &bms, rb_big_stop, &bms.stop); rb_thread_blocking_region 1744 bignum.c rb_thread_blocking_region(bigdivrem1, &bds, rb_big_stop, &bds.stop); rb_thread_blocking_region 104 ext/socket/socket.c #define BLOCKING_REGION(func, arg) (long)rb_thread_blocking_region((func), (arg), RUBY_UBF_IO, 0) rb_thread_blocking_region 3482 file.c while ((int)rb_thread_blocking_region(rb_thread_flock, op, RUBY_UBF_IO, 0) < 0) { rb_thread_blocking_region 702 include/ruby/intern.h VALUE rb_thread_blocking_region(rb_blocking_function_t *func, void *data1, rb_thread_blocking_region 525 io.c return rb_thread_blocking_region(internal_read_func, &iis, RUBY_UBF_IO, 0); rb_thread_blocking_region 536 io.c return rb_thread_blocking_region(internal_write_func, &iis, RUBY_UBF_IO, 0); rb_thread_blocking_region 4157 io.c return (int)rb_thread_blocking_region(sysopen_func, &data, RUBY_UBF_IO, 0); rb_thread_blocking_region 7778 io.c return rb_thread_blocking_region(nogvl_copy_stream_func, (void*)stp, RUBY_UBF_IO, 0); rb_thread_blocking_region 631 process.c result = (rb_pid_t)rb_thread_blocking_region(rb_waitpid_blocking, &arg, rb_thread_blocking_region 652 process.c result = (rb_pid_t)rb_thread_blocking_region(rb_waitpid_blocking, rb_thread_blocking_region 1059 thread.c return rb_thread_blocking_region(func, data1, ubf, data2);