Home | History | Annotate | Download | only in intltest

Lines Matching refs:NUMTHREADS

1256 static const int NUMTHREADS = 10;
1265 while (gStartedThreads < NUMTHREADS) {
1277 while (gFinishedThreads < NUMTHREADS) {
1289 CondThread *threads[NUMTHREADS];
1290 for (i=0; i<NUMTHREADS; ++i) {
1295 while (gStartedThreads < NUMTHREADS) {
1299 while (gFinishedThreads < NUMTHREADS) {
1305 for (i=0; i<NUMTHREADS; ++i) {
1311 for (i=0; i<NUMTHREADS; ++i) {