Searched refs:thd_args (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dprof_accum.c55 unsigned thd_args[NTHREADS]; local
68 thd_args[i] = i;
69 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
H A Dprof_thread_name.c98 unsigned thd_args[NTHREADS]; local
104 thd_args[i] = i;
105 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
H A Dprof_reset.c185 unsigned thd_args[NTHREADS]; local
202 thd_args[i] = i;
203 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);

Completed in 187 milliseconds