Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_scheduler_mix.cpp271 struct StatType { struct in Statistics
272 StatType() : mCounters() {} in StatType() function
276 tbb::concurrent_vector<StatType*> mStatsList;
277 static thread_local StatType* mStats;
279 StatType& get() { in get()
282 s = new StatType; in get()
299 StatType summary; in report()
319 thread_local Statistics::StatType* Statistics::mStats;