Searched refs:thds (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc/test/unit/ |
D | mtx.c | 39 thd_t thds[NTHREADS]; in TEST_BEGIN() local 45 thd_create(&thds[i], thd_start, (void *)&arg); in TEST_BEGIN() 47 thd_join(thds[i], NULL); in TEST_BEGIN()
|
D | prof_accum.c | 64 thd_t thds[NTHREADS]; in TEST_BEGIN() local 79 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN() 82 thd_join(thds[i], NULL); in TEST_BEGIN()
|
D | prof_thread_name.c | 107 thd_t thds[NTHREADS]; in TEST_BEGIN() local 115 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN() 118 thd_join(thds[i], NULL); in TEST_BEGIN()
|
D | prof_reset.c | 200 thd_t thds[NTHREADS]; in TEST_BEGIN() local 219 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN() 222 thd_join(thds[i], NULL); in TEST_BEGIN()
|
/external/jemalloc/test/integration/ |
D | MALLOCX_ARENA.c | 50 thd_t thds[NTHREADS]; in TEST_BEGIN() local 54 thd_create(&thds[i], thd_start, in TEST_BEGIN() 59 thd_join(thds[i], NULL); in TEST_BEGIN()
|
D | thread_arena.c | 47 thd_t thds[NTHREADS]; in TEST_BEGIN() local 63 thd_create(&thds[i], thd_start, in TEST_BEGIN() 69 thd_join(thds[i], (void *)&join_ret); in TEST_BEGIN()
|