Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Druby.c2183 static VALUE ruby_setproctitle(VALUE title);
2205 return ruby_setproctitle(title); in proc_setproctitle()
2209 ruby_setproctitle(VALUE title) in ruby_setproctitle() function
2222 rb_progname = rb_str_new_frozen(ruby_setproctitle(val)); in set_arg0()