Searched refs:instrumentingAgentsSet (Results 1 – 1 of 1) sorted by relevance
54 static HashSet<InstrumentingAgents*>* instrumentingAgentsSet = 0; variable118 if (!instrumentingAgentsSet) in willDestroyResourceImpl()120 HashSet<InstrumentingAgents*>::iterator end = instrumentingAgentsSet->end(); in willDestroyResourceImpl()121 …for (HashSet<InstrumentingAgents*>::iterator it = instrumentingAgentsSet->begin(); it != end; ++it… in willDestroyResourceImpl()179 if (!instrumentingAgentsSet) in registerInstrumentingAgents()180 instrumentingAgentsSet = new HashSet<InstrumentingAgents*>(); in registerInstrumentingAgents()181 instrumentingAgentsSet->add(instrumentingAgents); in registerInstrumentingAgents()186 if (!instrumentingAgentsSet) in unregisterInstrumentingAgents()188 instrumentingAgentsSet->remove(instrumentingAgents); in unregisterInstrumentingAgents()189 if (instrumentingAgentsSet->isEmpty()) { in unregisterInstrumentingAgents()[all …]