Searched refs:thr1_value (Results 1 – 1 of 1) sorted by relevance
412 void *thr0_value, *thr1_value; in TEST_F() local461 pthread_join(th1, &thr1_value); in TEST_F()463 EXPECT_EQ(0, (intptr_t)thr1_value); in TEST_F()