Home
last modified time | relevance | path

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

/unit/src/ruby/
H A Dnxt_ruby.c56 static VALUE nxt_ruby_rack_app_run(VALUE arg);
648 res = rb_protect(nxt_ruby_rack_app_run, (VALUE) (uintptr_t) req, &state); in nxt_ruby_request_handler_gvl()
666 nxt_ruby_rack_app_run(VALUE arg) in nxt_ruby_rack_app_run() function