Home
last modified time | relevance | path

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

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