Searched refs:join_ret (Results 1 – 2 of 2) sorted by relevance
68 intptr_t join_ret; in TEST_BEGIN() local69 thd_join(thds[i], (void *)&join_ret); in TEST_BEGIN()70 assert_zd_eq(join_ret, 0, "Unexpected thread join error"); in TEST_BEGIN()
74 intptr_t join_ret; in TEST_BEGIN() local75 thd_join(thds[i], (void *)&join_ret); in TEST_BEGIN()76 assert_zd_eq(join_ret, 0, "Unexpected thread join error"); in TEST_BEGIN()