Searched refs:g_live_dispatchers (Results 1 – 1 of 1) sorted by relevance
50 DispatcherSet* g_live_dispatchers = NULL; variable75 if (!g_live_dispatchers) in PluginDispatcher()76 g_live_dispatchers = new DispatcherSet; in PluginDispatcher()77 g_live_dispatchers->insert(this); in PluginDispatcher()86 g_live_dispatchers->erase(this); in ~PluginDispatcher()87 if (g_live_dispatchers->empty()) { in ~PluginDispatcher()88 delete g_live_dispatchers; in ~PluginDispatcher()89 g_live_dispatchers = NULL; in ~PluginDispatcher()126 if (!g_live_dispatchers || !g_instance_to_dispatcher) in LogWithSource()141 for (DispatcherSet::iterator i = g_live_dispatchers->begin(); in LogWithSource()[all …]