name()
show the name of the thread.
static VALUE rb_thread_getname(VALUE thread) { rb_thread_t *th; GetThreadPtr(thread, th); return th->name; }