static S threadName(Thread t) { ret t == null ? null : t.getName(); }