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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsmthred.cpp1105 #define kCollatorThreadThreads 10 // # of threads to spawn macro
1106 #define kCollatorThreadPatience kCollatorThreadThreads*30
1309 LocalArray<CollatorThreadTest> tests(new CollatorThreadTest[kCollatorThreadThreads]);
1311 logln(UnicodeString("Spawning: ") + kCollatorThreadThreads + " threads * " + kFormatThreadIterations + " iterations each.");
1313 for(j = 0; j < kCollatorThreadThreads; j++) {
1317 for(j = 0; j < kCollatorThreadThreads; j++) {
1340 for(i=0;i<kCollatorThreadThreads;i++)
/external/icu/icu4c/source/test/intltest/
H A Dtsmthred.cpp1110 #define kCollatorThreadThreads 10 // # of threads to spawn macro
1111 #define kCollatorThreadPatience kCollatorThreadThreads*30
1314 LocalArray<CollatorThreadTest> tests(new CollatorThreadTest[kCollatorThreadThreads]);
1316 logln(UnicodeString("Spawning: ") + kCollatorThreadThreads + " threads * " + kFormatThreadIterations + " iterations each.");
1318 for(j = 0; j < kCollatorThreadThreads; j++) {
1322 for(j = 0; j < kCollatorThreadThreads; j++) {
1345 for(i=0;i<kCollatorThreadThreads;i++)

Completed in 108 milliseconds