Searched refs:th_ret (Results 1 – 1 of 1) sorted by relevance
123 void *th_ret; in TEST_F() local216 pthread_join(th0, &th_ret); in TEST_F()217 ASSERT_EQ(-1, (intptr_t)th_ret); in TEST_F()218 pthread_join(th1, &th_ret); in TEST_F()219 ASSERT_EQ(-1, (intptr_t)th_ret); in TEST_F()220 pthread_join(th2, &th_ret); in TEST_F()221 ASSERT_EQ(-1, (intptr_t)th_ret); in TEST_F()