Searched refs:thd_join (Results 1 – 15 of 15) sorted by relevance
/external/jemalloc_new/test/src/ |
D | thd.c | 14 thd_join(thd_t thd, void **ret) { in thd_join() function 31 thd_join(thd_t thd, void **ret) { in thd_join() function
|
/external/jemalloc_new/test/unit/ |
D | mq.c | 74 thd_join(receiver, NULL); in TEST_BEGIN() 76 thd_join(senders[i], NULL); in TEST_BEGIN()
|
D | tsd.c | 77 thd_join(thd, NULL); in TEST_BEGIN() 123 thd_join(thd, NULL); in TEST_BEGIN()
|
D | mtx.c | 45 thd_join(thds[i], NULL); in TEST_BEGIN()
|
D | prof_accum.c | 72 thd_join(thds[i], NULL); in TEST_BEGIN()
|
D | fork.c | 102 thd_join(child, NULL); in do_test_fork_multithreaded()
|
D | prof_thread_name.c | 108 thd_join(thds[i], NULL); in TEST_BEGIN()
|
D | retained.c | 170 thd_join(threads[i], NULL); in TEST_BEGIN()
|
D | prof_reset.c | 206 thd_join(thds[i], NULL); in TEST_BEGIN()
|
D | stats.c | 140 thd_join(thd, NULL); in no_lazy_lock()
|
/external/jemalloc_new/test/include/test/ |
D | thd.h | 9 void thd_join(thd_t thd, void **ret);
|
/external/jemalloc_new/test/integration/ |
D | MALLOCX_ARENA.c | 57 thd_join(thds[i], NULL); in TEST_BEGIN()
|
D | thread_arena.c | 75 thd_join(thds[i], (void *)&join_ret); in TEST_BEGIN()
|
D | thread_tcache_enabled.c | 74 thd_join(thd, NULL); in TEST_BEGIN()
|
D | allocated.c | 111 thd_join(thd, NULL); in TEST_BEGIN()
|