Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DMapInfoGetElfTest.cpp339 Elf* elf_in_threads[kNumConcurrentThreads]; in TEST_F() local
348 std::thread* thread = new std::thread([i, this, &wait, &info, &elf_in_threads]() { in TEST_F()
352 elf_in_threads[i] = elf; in TEST_F()
370 EXPECT_EQ(elf, elf_in_threads[i]) << "Thread " << i << " mismatched."; in TEST_F()