Lines Matching refs:th0

162 	pthread_t th0;  in TEST_F()  local
168 ASSERT_EQ(0, pthread_create(&th0, NULL, inval_entry, &iea)) in TEST_F()
170 pthread_join(th0, &thr0_value); in TEST_F()
186 pthread_t th0; in TEST_F() local
200 ASSERT_EQ(0, pthread_create(&th0, NULL, inval_entry, &iea)) in TEST_F()
202 pthread_join(th0, &thr0_value); in TEST_F()
226 pthread_t th0; in TEST_F() local
250 ASSERT_EQ(0, pthread_create(&th0, NULL, inval_entry, &iea)) in TEST_F()
252 pthread_join(th0, &thr0_value); in TEST_F()
270 pthread_t th0; in TEST_F() local
295 ASSERT_EQ(0, pthread_create(&th0, NULL, inval_entry, &iea)) in TEST_F()
297 pthread_join(th0, &thr0_value); in TEST_F()
310 pthread_t th0; in TEST_F() local
316 ASSERT_EQ(0, pthread_create(&th0, NULL, inval_inode, &iia)) in TEST_F()
318 pthread_join(th0, &thr0_value); in TEST_F()
335 pthread_t th0; in TEST_F() local
370 ASSERT_EQ(0, pthread_create(&th0, NULL, inval_inode, &iia)) in TEST_F()
372 pthread_join(th0, &thr0_value); in TEST_F()
395 pthread_t th0; in TEST_F() local
401 ASSERT_EQ(0, pthread_create(&th0, NULL, store, &sa)) << strerror(errno); in TEST_F()
402 pthread_join(th0, &thr0_value); in TEST_F()
418 pthread_t th0; in TEST_F() local
436 ASSERT_EQ(0, pthread_create(&th0, NULL, store, &sa)) << strerror(errno); in TEST_F()
437 pthread_join(th0, &thr0_value); in TEST_F()
456 pthread_t th0; in TEST_F() local
480 ASSERT_EQ(0, pthread_create(&th0, NULL, inval_inode, &iia)) in TEST_F()
482 pthread_join(th0, &thr0_value); in TEST_F()
499 pthread_t th0; in TEST_F() local
535 ASSERT_EQ(0, pthread_create(&th0, NULL, inval_inode, &iia)) in TEST_F()
537 pthread_join(th0, &thr0_value); in TEST_F()