Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_parallel_pipeline.cpp178 int oldval = --input_counter; in operator ()() local
179 if( oldval < 0 ) { in operator ()()
184 return oldval+1; in operator ()()
/oneTBB/test/conformance/
H A Dconformance_combinable.cpp438 int oldval = locals->local(existed); in operator ()() local
440 REQUIRE_MESSAGE((!existed || (oldval == thread_id)), "Error on fetched value"); in operator ()()