= private = protected
inspect()
Dump the name, id, and status of thr to a string.
static VALUE rb_thread_inspect(VALUE thread) { return rb_thread_inspect_msg(thread, 1, 1, 1); }