Home
last modified time | relevance | path

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

/unit/src/ruby/
H A Dnxt_ruby.c35 static VALUE nxt_ruby_hook_call(VALUE name);
246 nxt_ruby_hook_call(VALUE name) in nxt_ruby_hook_call() function
325 rb_protect(nxt_ruby_hook_call, nxt_rb_on_worker_boot, &state); in nxt_ruby_start()
375 rb_protect(nxt_ruby_hook_call, nxt_rb_on_thread_boot, &state); in nxt_ruby_start()
386 rb_protect(nxt_ruby_hook_call, nxt_rb_on_thread_shutdown, &state); in nxt_ruby_start()
396 rb_protect(nxt_ruby_hook_call, nxt_rb_on_worker_shutdown, &state); in nxt_ruby_start()
1396 rb_protect(nxt_ruby_hook_call, nxt_rb_on_thread_boot, &state); in nxt_ruby_thread_func()
1407 rb_protect(nxt_ruby_hook_call, nxt_rb_on_thread_shutdown, &state); in nxt_ruby_thread_func()