Searched refs:TestBug37410 (Results 1 – 1 of 1) sorted by relevance
317 struct TestBug37410 { struct322 TestBug37410 data; in main() argument328 …ASSERT_EQ(0, pthread_create(&t, nullptr, TestBug37410::thread_fn, reinterpret_cast<void*>(&data))); in main()340 TestBug37410* data = reinterpret_cast<TestBug37410*>(arg); in thread_fn() argument359 ASSERT_EXIT(TestBug37410::main(), ::testing::ExitedWithCode(0), ""); in TEST_F()