| /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);
|
| 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);
|
| 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);
|
| 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_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);
|
| 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);
|
| 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.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_accum.c | 54 thd_t thds[NTHREADS]; local 69 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); 72 thd_join(thds[i], NULL);
|
| prof_thread_name.c | 97 thd_t thds[NTHREADS]; local 105 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); 108 thd_join(thds[i], NULL);
|
| prof_reset.c | 184 thd_t thds[NTHREADS]; local 203 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); 206 thd_join(thds[i], NULL);
|
| /src/external/bsd/jemalloc/dist/test/integration/ |
| MALLOCX_ARENA.c | 48 thd_t thds[NTHREADS]; local 52 thd_create(&thds[i], thd_start, 57 thd_join(thds[i], NULL);
|
| thread_arena.c | 51 thd_t thds[NTHREADS]; local 69 thd_create(&thds[i], thd_start, 75 thd_join(thds[i], (void *)&join_ret);
|
| /src/external/bsd/jemalloc.old/dist/test/integration/ |
| MALLOCX_ARENA.c | 48 thd_t thds[NTHREADS]; local 52 thd_create(&thds[i], thd_start, 57 thd_join(thds[i], NULL);
|
| thread_arena.c | 51 thd_t thds[NTHREADS]; local 69 thd_create(&thds[i], thd_start, 75 thd_join(thds[i], (void *)&join_ret);
|