Home
last modified time | relevance | path

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

/oneTBB/examples/concurrent_hash_map/count_strings/
H A Dcount_strings.cpp205 int rate, i = 0; in GetLetters() local
207 sounds = Vowels, rate = rand() % VowelsRatesSum[part]; in GetLetters()
209 sounds = Consonants, rate = rand() % ConsonantsRatesSum[part]; in GetLetters()
211 rate -= sounds[i++].rates[part]; in GetLetters()
212 } while (rate > 0); in GetLetters()
/oneTBB/doc/main/tbb_userguide/
H A DThroughput_of_pipeline.rst7 The throughput of a pipeline is the rate at which tokens flow through
H A DMutex_Flavors.rst80 mutexes are *scalable* when work with low conflict rate, i.e. mostly