Searched refs:thds (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dmtx.c36 thd_t thds[NTHREADS]; local
42 thd_create(&thds[i], thd_start, (void *)&arg);
45 thd_join(thds[i], NULL);
H A Dprof_accum.c54 thd_t thds[NTHREADS]; local
69 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
72 thd_join(thds[i], NULL);
H A Dprof_thread_name.c97 thd_t thds[NTHREADS]; local
105 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
108 thd_join(thds[i], NULL);
H A Dprof_reset.c184 thd_t thds[NTHREADS]; local
203 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
206 thd_join(thds[i], NULL);
/netbsd-current/external/bsd/jemalloc/dist/test/integration/
H A DMALLOCX_ARENA.c48 thd_t thds[NTHREADS]; local
52 thd_create(&thds[i], thd_start,
57 thd_join(thds[i], NULL);
H A Dthread_arena.c51 thd_t thds[NTHREADS]; local
69 thd_create(&thds[i], thd_start,
75 thd_join(thds[i], (void *)&join_ret);

Completed in 200 milliseconds