Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp786 static std::atomic<long> FooExDestroyed; variable
803 if (MaxFooCount && (FooExConstructed - FooExDestroyed) >= MaxFooCount) { // in push() in FooEx()
811 ++FooExDestroyed; in ~FooEx()
820 … if( MaxFooCount==2*Threshold && (FooExConstructed-FooExDestroyed) <= MaxFooCount/4 ) // in pop() in operator =()