Searched refs:threadTestChars (Results 1 – 2 of 2) sorted by relevance
301 char threadTestChars[THREADTEST_NRTHREADS + 1]; in TestThreads() local308 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 …]
217 char threadTestChars[THREADTEST_NRTHREADS + 1]; in TestThreads() local224 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()