rb_thread_call_without_gvl 2624 bignum.c       	rb_thread_call_without_gvl(bigdivrem1, &bds, rb_big_stop, &bds);
rb_thread_call_without_gvl   25 ext/-test-/gvl/call_without_gvl/call_without_gvl.c     rb_thread_call_without_gvl(native_sleep_callback, &timeval, RUBY_UBF_IO, NULL);
rb_thread_call_without_gvl   40 ext/-test-/popen_deadlock/infinite_loop_dlsym.c     rb_thread_call_without_gvl(native_loop_dlsym, &d,
rb_thread_call_without_gvl  219 ext/fiddle/function.c     (void)rb_thread_call_without_gvl(nogvl_ffi_call, &args, 0, 0);
rb_thread_call_without_gvl  123 ext/openssl/ossl_pkey_dh.c 	rb_thread_call_without_gvl(dh_blocking_gen, &gen_arg, ossl_generate_cb_stop, &cb_arg);
rb_thread_call_without_gvl  149 ext/openssl/ossl_pkey_dsa.c 	rb_thread_call_without_gvl(dsa_blocking_gen, &gen_arg, ossl_generate_cb_stop, &cb_arg);
rb_thread_call_without_gvl  152 ext/openssl/ossl_pkey_rsa.c 	rb_thread_call_without_gvl(rsa_blocking_gen, &gen_arg, ossl_generate_cb_stop, &cb_arg);
rb_thread_call_without_gvl 1127 ext/socket/ancdata.c     return (ssize_t)rb_thread_call_without_gvl(nogvl_sendmsg_func, &args, RUBY_UBF_IO, 0);
rb_thread_call_without_gvl 1359 ext/socket/ancdata.c     return (ssize_t)rb_thread_call_without_gvl(nogvl_recvmsg_func, &args, RUBY_UBF_IO, 0);
rb_thread_call_without_gvl  309 ext/socket/raddrinfo.c         ret = (int)(VALUE)rb_thread_call_without_gvl(nogvl_getaddrinfo, &arg, RUBY_UBF_IO, 0);
rb_thread_call_without_gvl  379 ext/socket/raddrinfo.c     ret = (int)(VALUE)rb_thread_call_without_gvl(nogvl_getnameinfo, &arg, RUBY_UBF_IO, 0);
rb_thread_call_without_gvl 1057 ext/zlib/zlib.c     err = (int)(VALUE)rb_thread_call_without_gvl(zstream_run_func, (void *)&args,
rb_thread_call_without_gvl   28 include/ruby/thread.h void *rb_thread_call_without_gvl(void *(*func)(void *), void *data1,
rb_thread_call_without_gvl 4177 io.c               return (int)(intptr_t)rb_thread_call_without_gvl(nogvl_close, &fd, RUBY_UBF_IO, 0);
rb_thread_call_without_gvl 4194 io.c               return (int)(intptr_t)rb_thread_call_without_gvl(nogvl_fclose, file, RUBY_UBF_IO, 0);
rb_thread_call_without_gvl 5417 io.c               fd = (int)(VALUE)rb_thread_call_without_gvl(sysopen_func, data, RUBY_UBF_IO, 0);
rb_thread_call_without_gvl 10675 io.c               rb_thread_call_without_gvl(nogvl_copy_stream_func, (void*)stp, RUBY_UBF_IO, 0);
rb_thread_call_without_gvl  893 process.c          result = rb_thread_call_without_gvl(rb_waitpid_blocking, &arg,