Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dgraph_utils.h833 template <int Threshold>
842 if(my_counter == Threshold)
843 throw Threshold;
849 if(my_counter == Threshold)
850 throw Threshold;
/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp789 static const long Threshold = 400; variable
820 … if( MaxFooCount==2*Threshold && (FooExConstructed-FooExDestroyed) <= MaxFooCount/4 ) // in pop() in operator =()