Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp868 #define kCollatorThreadThreads 10 // # of threads to spawn macro
869 #define kCollatorThreadPatience kCollatorThreadThreads*30
1071 LocalArray<CollatorThreadTest> tests(new CollatorThreadTest[kCollatorThreadThreads]); in TestCollators()
1073 …logln(UnicodeString("Spawning: ") + kCollatorThreadThreads + " threads * " + kFormatThreadIteratio… in TestCollators()
1075 for(j = 0; j < kCollatorThreadThreads; j++) { in TestCollators()
1079 for(j = 0; j < kCollatorThreadThreads; j++) { in TestCollators()
1089 for(int32_t i=0;i<kCollatorThreadThreads;i++) { in TestCollators()