Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_parallel_pipeline.cpp41 static std::atomic<int> input_counter{ max_counter }; variable
47 if( --input_counter < 0 ) { in operator ()()
49 input_counter = max_counter; in operator ()()
105 if(input_counter-- == 0 ) { in TestSingleFilterLambda()
107 input_counter = max_counter; in TestSingleFilterLambda()
113 if(input_counter-- == 0 ) { in TestSingleFilterLambda()
115 input_counter = max_counter; in TestSingleFilterLambda()
343 if (--input_counter < 0) { in __anon5895f2ca0f02()
345 input_counter = max_counter; in __anon5895f2ca0f02()
/oneTBB/test/tbb/
H A Dtest_parallel_pipeline.cpp46 static std::atomic<int> input_counter; variable
123 if( --input_counter < 0 ) { in operator ()()
139 int ival = --input_counter; in operator ()()
162 if( --input_counter < 0 ) { in operator ()()
178 int oldval = --input_counter; in operator ()()
316 input_counter = max_counter; in resetCounters()