HomeSort by: relevance | last modified time | path
    Searched defs:thds (Results 1 - 21 of 21) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/test/integration/
thread_arena.c 51 thd_t thds[NTHREADS]; local
69 thd_create(&thds[i], thd_start,
75 thd_join(thds[i], (void *)&join_ret);
MALLOCX_ARENA.c 48 thd_t thds[NTHREADS]; local
52 thd_create(&thds[i], thd_start,
57 thd_join(thds[i], NULL);
  /src/external/bsd/jemalloc.old/dist/test/unit/
mtx.c 36 thd_t thds[NTHREADS]; local
42 thd_create(&thds[i], thd_start, (void *)&arg);
45 thd_join(thds[i], NULL);
prof_thread_name.c 101 thd_t thds[NTHREADS]; local
107 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
110 thd_join(thds[i], NULL);
counter.c 58 thd_t thds[N_THDS]; local
61 thd_create(&thds[i], thd_start, (void *)&shared_c);
67 thd_join(thds[i], &ret);
prof_accum.c 57 thd_t thds[NTHREADS]; local
72 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
75 thd_join(thds[i], NULL);
pa.c 112 thd_t thds[4]; local
114 thd_create(&thds[i], do_alloc_free_purge, test_data);
117 thd_join(thds[i], NULL);
binshard.c 31 thd_t thds[NTHREADS]; local
37 thd_create(&thds[i], thd_producer, mem[i]);
40 thd_join(thds[i], NULL);
88 thd_t thds[NTHREADS]; local
91 thd_create(&thds[i], thd_start, NULL);
96 thd_join(thds[i], &ret);
prof_reset.c 164 thd_t thds[NTHREADS]; local
183 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
186 thd_join(thds[i], NULL);
  /src/external/bsd/jemalloc/dist/test/integration/
MALLOCX_ARENA.c 40 thd_t thds[NTHREADS]; local
44 thd_create(&thds[i], thd_start, (void *)(uintptr_t)i);
48 thd_join(thds[i], NULL);
thread_arena.c 51 thd_t thds[NTHREADS]; local
70 thd_create(&thds[i], thd_start, (void *)&arena_ind);
75 thd_join(thds[i], (void *)&join_ret);
  /src/external/bsd/jemalloc/dist/test/unit/
mtx.c 36 thd_t thds[NTHREADS]; local
42 thd_create(&thds[i], thd_start, (void *)&arg);
45 thd_join(thds[i], NULL);
counter.c 57 thd_t thds[N_THDS]; local
60 thd_create(&thds[i], thd_start, (void *)&shared_c);
66 thd_join(thds[i], &ret);
prof_accum.c 57 thd_t thds[NTHREADS]; local
72 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
75 thd_join(thds[i], NULL);
prof_sys_thread_name.c 98 thd_t thds[NTHREADS]; local
104 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
114 thd_join(thds[i], NULL);
background_thread_init.c 70 thd_t thds[N_INIT_THREADS]; local
78 thd_create(&thds[i], thd_start, NULL);
83 thd_join(thds[i], NULL);
112 thd_t thds[N_INIT_THREADS]; local
126 thd_create(&thds[i], thd_start, NULL);
130 thd_join(thds[i], NULL);
prof_thread_name.c 111 thd_t thds[NTHREADS]; local
117 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
120 thd_join(thds[i], NULL);
binshard.c 31 thd_t thds[NTHREADS]; local
37 thd_create(&thds[i], thd_producer, mem[i]);
40 thd_join(thds[i], NULL);
88 thd_t thds[NTHREADS]; local
91 thd_create(&thds[i], thd_start, NULL);
96 thd_join(thds[i], &ret);
pa.c 114 thd_t thds[4]; local
116 thd_create(&thds[i], do_alloc_free_purge, test_data);
119 thd_join(thds[i], NULL);
prof_reset.c 167 thd_t thds[NTHREADS]; local
185 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
188 thd_join(thds[i], NULL);
sec.c 429 thd_t thds[NTHREADS]; local
452 thd_create(&thds[i], thd_trylock_test, &args[i]);
456 thd_join(thds[i], NULL);

Completed in 32 milliseconds