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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsmthred.cpp833 #define kCollatorThreadThreads 10 // # of threads to spawn macro
834 #define kCollatorThreadPatience kCollatorThreadThreads*30
1018 LocalArray<CollatorThreadTest> tests(new CollatorThreadTest[kCollatorThreadThreads]);
1020 logln(UnicodeString("Spawning: ") + kCollatorThreadThreads + " threads * " + kFormatThreadIterations + " iterations each.");
1022 for(j = 0; j < kCollatorThreadThreads; j++) {
1026 for(j = 0; j < kCollatorThreadThreads; j++) {
1049 for(i=0;i<kCollatorThreadThreads;i++)
/external/icu4c/test/intltest/
H A Dtsmthred.cpp984 #define kCollatorThreadThreads 10 // # of threads to spawn macro
985 #define kCollatorThreadPatience kCollatorThreadThreads*30
1187 LocalArray<CollatorThreadTest> tests(new CollatorThreadTest[kCollatorThreadThreads]);
1189 logln(UnicodeString("Spawning: ") + kCollatorThreadThreads + " threads * " + kFormatThreadIterations + " iterations each.");
1191 for(j = 0; j < kCollatorThreadThreads; j++) {
1195 for(j = 0; j < kCollatorThreadThreads; j++) {
1218 for(i=0;i<kCollatorThreadThreads;i++)

Completed in 66 milliseconds