Home
last modified time | relevance | path

Searched refs:thds (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc/test/unit/
Dmtx.c39 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()
Dprof_accum.c64 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()
Dprof_thread_name.c107 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()
Dprof_reset.c200 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/
DMALLOCX_ARENA.c50 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()
Dthread_arena.c47 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()