Searched refs:nxt_ruby_hook_call (Results 1 – 1 of 1) sorted by path
/unit/src/ruby/ |
H A D | nxt_ruby.c | 36 static VALUE nxt_ruby_hook_call(VALUE name); 247 nxt_ruby_hook_call(VALUE name) in nxt_ruby_hook_call() function 327 rb_protect(nxt_ruby_hook_call, nxt_rb_on_worker_boot, &state); in nxt_ruby_start() 377 rb_protect(nxt_ruby_hook_call, nxt_rb_on_thread_boot, &state); in nxt_ruby_start() 388 rb_protect(nxt_ruby_hook_call, nxt_rb_on_thread_shutdown, &state); in nxt_ruby_start() 398 rb_protect(nxt_ruby_hook_call, nxt_rb_on_worker_shutdown, &state); in nxt_ruby_start() 1353 rb_protect(nxt_ruby_hook_call, nxt_rb_on_thread_boot, &state); in nxt_ruby_thread_func() 1364 rb_protect(nxt_ruby_hook_call, nxt_rb_on_thread_shutdown, &state); in nxt_ruby_thread_func()
|