sbool isCurrentThread(Thread t) { ret t != null && t == currentThread(); }