Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DTestUtils.h28 class TestScopedPidReaper {
30 TestScopedPidReaper(pid_t pid) : pid_(pid) {} in TestScopedPidReaper() function
31 ~TestScopedPidReaper() { in ~TestScopedPidReaper()
DMemoryRemoteTest.cpp50 TestScopedPidReaper reap(pid); in TEST()
79 TestScopedPidReaper reap(pid); in TEST()
109 TestScopedPidReaper reap(pid); in TEST()
153 TestScopedPidReaper reap(pid); in TEST()
185 TestScopedPidReaper reap(pid); in TEST()
205 TestScopedPidReaper reap(pid); in TEST()
232 TestScopedPidReaper reap(pid); in TEST()
268 TestScopedPidReaper reap(pid); in TEST()
306 TestScopedPidReaper reap(pid); in TEST()
DMemoryMteTest.cpp69 TestScopedPidReaper reap(pid); in TEST()
DUnwindTest.cpp265 TestScopedPidReaper reap(pid); in TEST_F()
289 TestScopedPidReaper reap(pid); in TEST_F()
316 TestScopedPidReaper reap(pid); in RemoteCheckForLeaks()
417 TestScopedPidReaper reap(pid); in RemoteThroughSignal()
/system/unwinding/libunwindstack/benchmarks/
Dremote_unwind_benchmarks.cpp110 unwindstack::TestScopedPidReaper reap(pid); in RemoteUnwind()