Searched refs:s_paStopwatches (Results 1 – 2 of 2) sorted by relevance
35 Stopwatch* Stopwatch::s_paStopwatches[MAX_STOPWATCHES]; member in nn::rdt::CTR::detail::Stopwatch43 s_paStopwatches[i] = NULL; in Initialize()73 if(s_paStopwatches[i]) in ResetAll()75 s_paStopwatches[i]->Reset(); in ResetAll()87 if(s_paStopwatches[i]) in PrintAll()89 s_paStopwatches[i]->printContents(); in PrintAll()206 if(s_paStopwatches[i]==NULL) in addToList()208 s_paStopwatches[i] = this; in addToList()223 if(s_paStopwatches[i]==this) in removeFromList()225 s_paStopwatches[i] = NULL; in removeFromList()
90 static Stopwatch *s_paStopwatches[MAX_STOPWATCHES]; variable