Lines Matching refs:th0
287 pthread_t self, th0; in TEST_F() local
347 ASSERT_EQ(0, pthread_create(&th0, NULL, mkdir0, NULL)) in TEST_F()
355 pthread_kill(th0, SIGUSR1); in TEST_F()
358 pthread_join(th0, &thr0_value); in TEST_F()
410 pthread_t self, th0, th1; in TEST_F() local
443 ASSERT_EQ(0, pthread_create(&th0, NULL, mkdir0, NULL)) in TEST_F()
462 pthread_join(th0, &thr0_value); in TEST_F()
485 pthread_t self, th0; in TEST_F() local
518 ASSERT_EQ(0, pthread_create(&th0, NULL, mkdir0, NULL)) in TEST_F()
535 pthread_join(th0, &thr0_value); in TEST_F()
674 pthread_t th0; in TEST_F() local
729 ASSERT_EQ(0, pthread_create(&th0, NULL, mkdir0, NULL)) in TEST_F()
735 setup_interruptor(th0, true); in TEST_F()
738 pthread_join(th0, NULL); in TEST_F()