Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dtsmthred.cpp301 char threadTestChars[THREADTEST_NRTHREADS + 1]; in TestThreads() local
308 threadTestChars[i] = ' '; in TestThreads()
309 threads[i] = new TestThreadsThread(&threadTestChars[i]); in TestThreads()
311 threadTestChars[THREADTEST_NRTHREADS] = '\0'; in TestThreads()
313 logln("->" + UnicodeString(threadTestChars) + "<- Firing off threads.. "); in TestThreads()
340 if(threadTestChars[i] == '*') in TestThreads()
349 logln("->" + UnicodeString(threadTestChars) + "<- Got all threads! cya"); in TestThreads()
357 logln("->" + UnicodeString(threadTestChars) + "<- Waiting.."); in TestThreads()
361 errln("->" + UnicodeString(threadTestChars) + "<- PATIENCE EXCEEDED!! Still missing some."); in TestThreads()
371 char threadTestChars[ARABICSHAPE_THREADTEST + 1]; in TestArabicShapingThreads() local
[all …]
/external/chromium_org/third_party/icu/source/test/intltest/
Dtsmthred.cpp217 char threadTestChars[THREADTEST_NRTHREADS + 1]; in TestThreads() local
224 threadTestChars[i] = ' '; in TestThreads()
225 threads[i] = new TestThreadsThread(&threadTestChars[i]); in TestThreads()
227 threadTestChars[THREADTEST_NRTHREADS] = '\0'; in TestThreads()
229 logln("->" + UnicodeString(threadTestChars) + "<- Firing off threads.. "); in TestThreads()
256 if(threadTestChars[i] == '*') in TestThreads()
265 logln("->" + UnicodeString(threadTestChars) + "<- Got all threads! cya"); in TestThreads()
273 logln("->" + UnicodeString(threadTestChars) + "<- Waiting.."); in TestThreads()
277 errln("->" + UnicodeString(threadTestChars) + "<- PATIENCE EXCEEDED!! Still missing some."); in TestThreads()