static long threadID() { ret currentThread().getId(); } static long threadID(Thread t) { ret t == null ? 0 : t.getId(); }