Searched refs:threadTestChars (Results 1 – 1 of 1) sorted by relevance
117 char threadTestChars[THREADTEST_NRTHREADS + 1]; in TestThreads() local124 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()