Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/utils/
DProcessTracer.cpp75 if (!is_running_) Resume(); in ~ProcessTracer()
89 bool ProcessTracer::Resume() { in Resume() function in unwindstack::ProcessTracer
167 Resume(); in StopInDesiredElf()
DProcessTracer.h48 bool Resume();
/system/unwinding/libunwindstack/utils/tests/
DProcessTracerTest.cpp186 ASSERT_TRUE(proc.Resume()); in TEST_P()