Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/test/unit/
A 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()
A Dprof_accum.c63 thd_t thds[NTHREADS]; in TEST_BEGIN() local
78 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
81 thd_join(thds[i], NULL); in TEST_BEGIN()
A Dprof_thread_name.c106 thd_t thds[NTHREADS]; in TEST_BEGIN() local
114 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
117 thd_join(thds[i], NULL); in TEST_BEGIN()
A Dprof_reset.c198 thd_t thds[NTHREADS]; in TEST_BEGIN() local
217 thd_create(&thds[i], thd_start, (void *)&thd_args[i]); in TEST_BEGIN()
220 thd_join(thds[i], NULL); in TEST_BEGIN()
A Drtree.c113 thd_t thds[NTHREADS]; in TEST_BEGIN() local
127 thd_create(&thds[j], thd_start, (void *)&arg); in TEST_BEGIN()
129 thd_join(thds[j], NULL); in TEST_BEGIN()
/third_party/ulib/jemalloc/test/integration/
A 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()
A 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()

Completed in 634 milliseconds