Searched refs:PtracerThread (Results 1 – 5 of 5) sorted by relevance
70 PtracerThread::PtracerThread(const std::function<int()>& func) : child_pid_(0) { in PtracerThread() function in android::PtracerThread85 PtracerThread::~PtracerThread() { in ~PtracerThread()92 bool PtracerThread::Start() { in Start()116 int PtracerThread::Join() { in Join()139 void PtracerThread::Kill() { in Kill()147 void PtracerThread::SetTracer(pid_t tracer_pid) { in SetTracer()151 void PtracerThread::ClearTracer() { in ClearTracer()
35 class PtracerThread {37 explicit PtracerThread(const std::function<int()>& func);38 ~PtracerThread();46 DISALLOW_COPY_AND_ASSIGN(PtracerThread);
43 "PtracerThread.cpp",
78 - `PtracerThread.cpp`: Used to clone the collection process with shared address space.
300 PtracerThread thread{[&]() -> int { in GetUnreachableMemory()