static void incIntThreadLocal(ThreadLocal tl) { tl.set(toInt(tl!)+1); }