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

/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dprof_accum.c19 alloc_from_permuted_backtrace(unsigned thd_ind, unsigned iteration) { argument
20 return btalloc(1, thd_ind*NALLOCS_PER_THREAD + iteration);
25 unsigned thd_ind = *(unsigned *)varg; local
32 void *p = alloc_from_permuted_backtrace(thd_ind, i);
H A Dprof_thread_name.c75 unsigned thd_ind = *(unsigned *)varg; local
79 malloc_snprintf(thread_name, sizeof(thread_name), "thread %u", thd_ind);
H A Dprof_reset.c140 unsigned thd_ind = *(unsigned *)varg; local
164 *pp = btalloc(1, thd_ind*NALLOCS_PER_THREAD + i);

Completed in 127 milliseconds