Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp788 static long MaxFooCount = 0; variable
803 if (MaxFooCount && (FooExConstructed - FooExDestroyed) >= MaxFooCount) { // in push() in FooEx()
820 … if( MaxFooCount==2*Threshold && (FooExConstructed-FooExDestroyed) <= MaxFooCount/4 ) // in pop() in operator =()
840 MaxFooCount = 5; in TestExceptionBody()
851 if(t) MaxFooCount = MaxFooCount + 400; in TestExceptionBody()
875 long tc = MaxFooCount; in TestExceptionBody()
876 MaxFooCount = 0; // disable exception in TestExceptionBody()
902 MaxFooCount = tc; in TestExceptionBody()