HomeSort by: relevance | last modified time | path
    Searched refs:thd_args (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/jemalloc/dist/test/unit/
prof_accum.c 58 unsigned thd_args[NTHREADS]; local
71 thd_args[i] = i;
72 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
prof_thread_name.c 102 unsigned thd_args[NTHREADS]; local
106 thd_args[i] = i;
107 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
prof_reset.c 165 unsigned thd_args[NTHREADS]; local
182 thd_args[i] = i;
183 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
  /src/external/bsd/jemalloc.old/dist/test/unit/
prof_accum.c 55 unsigned thd_args[NTHREADS]; local
68 thd_args[i] = i;
69 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
prof_thread_name.c 98 unsigned thd_args[NTHREADS]; local
104 thd_args[i] = i;
105 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
prof_reset.c 185 unsigned thd_args[NTHREADS]; local
202 thd_args[i] = i;
203 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);

Completed in 31 milliseconds