Searched refs:NUM_THREADS (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.c93 #define NUM_THREADS 100 macro
133 if (count >= NUM_THREADS * NUM_ITERATIONS)
169 THREAD_T threads[NUM_THREADS];
228 for (i = 0; i < NUM_THREADS; ++i)
238 for (i = 0; i < NUM_THREADS; ++i)
243 tt_int_op(count, ==, NUM_THREADS * NUM_ITERATIONS);
257 #undef NUM_THREADS macro
258 #define NUM_THREADS 10 macro
293 struct alerted_record alerted[NUM_THREADS];
294 THREAD_T threads[NUM_THREADS];
[all...]
/freebsd-11-stable/sys/dev/random/
H A Dunit_test.c59 #define NUM_THREADS 3 macro
238 thrd_t threads[NUM_THREADS];
244 for (t = 0; t < NUM_THREADS; t++) {
253 for (t = 2; t < NUM_THREADS; t++)
/freebsd-11-stable/tools/test/pthread_vfork/
H A Dpthread_vfork_test.c42 #define NUM_THREADS 100 macro
77 pthread_t threads[NUM_THREADS];
92 for (t = 0; t < NUM_THREADS; t++) {

Completed in 176 milliseconds