Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/tests/
H A 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()
H A DTestUtils.h28 class TestScopedPidReaper {
30 TestScopedPidReaper(pid_t pid) : pid_(pid) {} in TestScopedPidReaper() function
31 ~TestScopedPidReaper() { in ~TestScopedPidReaper()
H A DMemoryMteTest.cpp69 TestScopedPidReaper reap(pid); in TEST()
H A 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()
/aosp12/system/unwinding/libunwindstack/benchmarks/
H A Dremote_unwind_benchmarks.cpp110 unwindstack::TestScopedPidReaper reap(pid); in RemoteUnwind()