Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp117 char threadTestChars[THREADTEST_NRTHREADS + 1]; in TestThreads() local
124 threadTestChars[i] = ' '; in TestThreads()
125 threads[i] = new TestThreadsThread(&threadTestChars[i]); in TestThreads()
127 threadTestChars[THREADTEST_NRTHREADS] = '\0'; in TestThreads()
129 logln("->" + UnicodeString(threadTestChars) + "<- Firing off threads.. "); in TestThreads()
149 if (threadTestChars[i] != '*') { in TestThreads()