lwkt_set_comm
lwkt_set_comm(&thread0, "thread0");
lwkt_set_comm(td2, "%s", destproc->p_comm);
lwkt_set_comm(&gd->mi.gd_idlethread, "idle_%d", cpu);
lwkt_set_comm(&gd->mi.gd_idlethread, "idle_%d", cpu);
void lwkt_set_comm(thread_t, const char *, ...) __printflike(2, 3);