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

/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dprof_accum.c64 unsigned thd_args[NTHREADS]; local
77 thd_args[i] = i;
78 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
H A Dprof_thread_name.c107 unsigned thd_args[NTHREADS]; local
113 thd_args[i] = i;
114 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
H A Dprof_reset.c199 unsigned thd_args[NTHREADS]; local
216 thd_args[i] = i;
217 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);

Completed in 30 milliseconds