Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_enumerable_thread_specific.cpp130 const int FLOG_REPETITIONS = 100; in flog_key_creation_and_deletion() local
133 for (int j = 0; j < FLOG_REPETITIONS; ++j) { in flog_key_creation_and_deletion()
161 for (int j = 0; j < FLOG_REPETITIONS; ++j) { in flog_key_creation_and_deletion()
174 REQUIRE( int(construction_counter) == (FLOG_REPETITIONS*p)*VALID_NUMBER_OF_KEYS ); in flog_key_creation_and_deletion()
175 REQUIRE( int(destruction_counter) == (FLOG_REPETITIONS*p)*VALID_NUMBER_OF_KEYS ); in flog_key_creation_and_deletion()