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