static Set _registerTimer_list = newWeakHashSet(); static void _registerTimer(Timer timer) { _registerTimer_list.add(timer); }