HomeSort by relevance Sort by last modified time
    Searched refs:thd_args (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/test/unit/
prof_accum.c 65 unsigned thd_args[NTHREADS]; local
78 thd_args[i] = i;
79 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
prof_thread_name.c 108 unsigned thd_args[NTHREADS]; local
114 thd_args[i] = i;
115 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
prof_reset.c 201 unsigned thd_args[NTHREADS]; local
218 thd_args[i] = i;
219 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);

Completed in 222 milliseconds