static void joinThread(Thread t) ctex { if (t != null) t.join(); }