Home
last modified time | relevance | path

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

/unit/src/ruby/
H A Dnxt_ruby.c127 static VALUE nxt_rb_on_thread_shutdown; variable
148 { nxt_string("on_thread_shutdown"), &nxt_rb_on_thread_shutdown },
386 rb_protect(nxt_ruby_hook_call, nxt_rb_on_thread_shutdown, &state); in nxt_ruby_start()
1407 rb_protect(nxt_ruby_hook_call, nxt_rb_on_thread_shutdown, &state); in nxt_ruby_thread_func()