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

/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dmtx.c39 thd_t thds[NTHREADS]; local
45 thd_create(&thds[i], thd_start, (void *)&arg);
47 thd_join(thds[i], NULL);
H A Dprof_accum.c63 thd_t thds[NTHREADS]; local
78 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
81 thd_join(thds[i], NULL);
H A Dprof_thread_name.c106 thd_t thds[NTHREADS]; local
114 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
117 thd_join(thds[i], NULL);
H A Dprof_reset.c198 thd_t thds[NTHREADS]; local
217 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
220 thd_join(thds[i], NULL);
H A Drtree.c113 thd_t thds[NTHREADS]; local
127 thd_create(&thds[j], thd_start, (void *)&arg);
129 thd_join(thds[j], NULL);
/fuchsia/zircon/third_party/ulib/jemalloc/test/integration/
H A DMALLOCX_ARENA.c50 thd_t thds[NTHREADS]; local
54 thd_create(&thds[i], thd_start,
59 thd_join(thds[i], NULL);
H A Dthread_arena.c47 thd_t thds[NTHREADS]; local
63 thd_create(&thds[i], thd_start,
69 thd_join(thds[i], (void *)&join_ret);

Completed in 89 milliseconds