Home
last modified time | relevance | path

Searched refs:TestBug37410 (Results 1 – 1 of 1) sorted by relevance

/aosp12/bionic/tests/
H A Dpthread_test.cpp317 struct TestBug37410 { struct
322 TestBug37410 data; in main() argument
328 …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() argument
359 ASSERT_EXIT(TestBug37410::main(), ::testing::ExitedWithCode(0), ""); in TEST_F()