Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp102 class TestThreadsThread : public SimpleThread class
105 TestThreadsThread(char* whatToChange) { fWhatToChange = whatToChange; } in TestThreadsThread() function in TestThreadsThread
125 threads[i] = new TestThreadsThread(&threadTestChars[i]); in TestThreads()