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