Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp818 #define kCollatorThreadThreads 10 // # of threads to spawn macro
819 #define kCollatorThreadPatience kCollatorThreadThreads*30
1021 LocalArray<CollatorThreadTest> tests(new CollatorThreadTest[kCollatorThreadThreads]); in TestCollators()
1023 …logln(UnicodeString("Spawning: ") + kCollatorThreadThreads + " threads * " + kFormatThreadIteratio… in TestCollators()
1025 for(j = 0; j < kCollatorThreadThreads; j++) { in TestCollators()
1029 for(j = 0; j < kCollatorThreadThreads; j++) { in TestCollators()
1039 for(int32_t i=0;i<kCollatorThreadThreads;i++) { in TestCollators()