Searched refs:N_THREADS (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/tests/aso/
H A Dtthread.c33 #define N_THREADS 8 macro
73 pthread_t thread[N_THREADS];
89 tinfo("testing %s method with %d threads", meth->name, N_THREADS);
104 for(i = 0; i < N_THREADS; ++i)
107 for(i = 0; i < N_THREADS; ++i)
/ast/src/cmd/tests/cdt/
H A Dtvthread.c28 #define N_THREADS 16 /* #players */ macro
100 while(Nthreads < N_THREADS)
138 pthread_t thread[N_THREADS];
168 for(p = 0; p < N_THREADS; ++p )
171 for(p = 0; p < N_THREADS; ++p )

Completed in 7 milliseconds