HomeSort by relevance Sort by last modified time
    Searched full:thds (Results 1 - 4 of 4) sorted by null

  /external/jemalloc/test/unit/
mtx.c 39 thd_t thds[NTHREADS]; local
45 thd_create(&thds[i], thd_start, (void *)&arg);
47 thd_join(thds[i], NULL);
prof_accum.c 59 thd_t thds[NTHREADS]; local
73 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
76 thd_join(thds[i], NULL);
  /external/jemalloc/test/integration/
MALLOCX_ARENA.c 50 thd_t thds[NTHREADS]; local
54 thd_create(&thds[i], thd_start,
59 thd_join(thds[i], NULL);
thread_arena.c 46 thd_t thds[NTHREADS]; local
61 thd_create(&thds[i], thd_start,
67 thd_join(thds[i], (void *)&join_ret);

Completed in 110 milliseconds