Home
last modified time | relevance | path

Searched refs:join_ret (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc/test/integration/
Dthread_arena.c68 intptr_t join_ret; in TEST_BEGIN() local
69 thd_join(thds[i], (void *)&join_ret); in TEST_BEGIN()
70 assert_zd_eq(join_ret, 0, "Unexpected thread join error"); in TEST_BEGIN()
/external/jemalloc_new/test/integration/
Dthread_arena.c74 intptr_t join_ret; in TEST_BEGIN() local
75 thd_join(thds[i], (void *)&join_ret); in TEST_BEGIN()
76 assert_zd_eq(join_ret, 0, "Unexpected thread join error"); in TEST_BEGIN()