Searched refs:thd_join (Results 1 – 13 of 13) sorted by relevance
/external/jemalloc/test/src/ |
D | thd.c | 14 thd_join(thd_t thd, void **ret) in thd_join() function 34 thd_join(thd_t thd, void **ret) in thd_join() function
|
/external/jemalloc/test/unit/ |
D | mq.c | 77 thd_join(receiver, NULL); in TEST_BEGIN() 79 thd_join(senders[i], NULL); in TEST_BEGIN()
|
D | mtx.c | 47 thd_join(thds[i], NULL); in TEST_BEGIN()
|
D | tsd.c | 92 thd_join(thd, NULL); in TEST_BEGIN()
|
D | prof_accum.c | 81 thd_join(thds[i], NULL); in TEST_BEGIN()
|
D | prof_thread_name.c | 116 thd_join(thds[i], NULL); in TEST_BEGIN()
|
D | prof_reset.c | 220 thd_join(thds[i], NULL); in TEST_BEGIN()
|
D | stats.c | 139 thd_join(thd, NULL); in no_lazy_lock()
|
/external/jemalloc/test/include/test/ |
D | thd.h | 9 void thd_join(thd_t thd, void **ret);
|
/external/jemalloc/test/integration/ |
D | MALLOCX_ARENA.c | 59 thd_join(thds[i], NULL); in TEST_BEGIN()
|
D | thread_arena.c | 67 thd_join(thds[i], (void *)&join_ret); in TEST_BEGIN()
|
D | thread_tcache_enabled.c | 98 thd_join(thd, NULL); in TEST_BEGIN()
|
D | allocated.c | 110 thd_join(thd, NULL); in TEST_BEGIN()
|