Home
last modified time | relevance | path

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

/unit/src/ruby/
H A Dnxt_ruby.c126 static VALUE nxt_rb_on_thread_boot; variable
147 { nxt_string("on_thread_boot"), &nxt_rb_on_thread_boot },
375 rb_protect(nxt_ruby_hook_call, nxt_rb_on_thread_boot, &state); in nxt_ruby_start()
1396 rb_protect(nxt_ruby_hook_call, nxt_rb_on_thread_boot, &state); in nxt_ruby_thread_func()