Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_enumerable_thread_specific.cpp374 typedef tbb::enumerable_thread_specific<BigType, Allocator<BigType> > CounterBigType; in TestConstructorWithBigType() typedef
376 CounterBigType MyCounters; in TestConstructorWithBigType()
378 typename CounterBigType::reference my_local = MyCounters.local(); in TestConstructorWithBigType()
381 CounterBigType MyCounters2(MyCounters); in TestConstructorWithBigType()