Lines Matching defs:thr0_value
161 void *thr0_value;
170 pthread_join(th0, &thr0_value);
172 EXPECT_EQ(0, (intptr_t)thr0_value);
182 void *thr0_value;
202 pthread_join(th0, &thr0_value);
203 EXPECT_EQ(0, (intptr_t)thr0_value);
221 void *thr0_value;
252 pthread_join(th0, &thr0_value);
253 EXPECT_EQ(0, (intptr_t)thr0_value);
267 void *thr0_value;
297 pthread_join(th0, &thr0_value);
298 EXPECT_EQ(0, (intptr_t)thr0_value);
309 void *thr0_value;
318 pthread_join(th0, &thr0_value);
320 EXPECT_EQ(0, (intptr_t)thr0_value);
332 void *thr0_value;
372 pthread_join(th0, &thr0_value);
373 EXPECT_EQ(0, (intptr_t)thr0_value);
394 void *thr0_value;
402 pthread_join(th0, &thr0_value);
404 EXPECT_EQ(0, (intptr_t)thr0_value);
416 void *thr0_value;
437 pthread_join(th0, &thr0_value);
438 EXPECT_EQ(0, (intptr_t)thr0_value);
454 void *thr0_value;
482 pthread_join(th0, &thr0_value);
483 EXPECT_EQ(0, (intptr_t)thr0_value);
497 void *thr0_value;
537 pthread_join(th0, &thr0_value);
538 EXPECT_EQ(0, (intptr_t)thr0_value);