Home
last modified time | relevance | path

Searched refs:s_paStopwatches (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-2.4.0/sources/libraries/rdt/CTR/
Drdt_Stopwatch.cpp35 Stopwatch* Stopwatch::s_paStopwatches[MAX_STOPWATCHES]; member in nn::rdt::CTR::detail::Stopwatch
43 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()
Drdt_Stopwatch.h90 static Stopwatch *s_paStopwatches[MAX_STOPWATCHES]; variable