Searched refs:PtracerThread (Results 1 – 5 of 5) sorted by relevance
69 PtracerThread::PtracerThread(const std::function<int()>& func) : in PtracerThread() function in 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()
33 class PtracerThread {35 explicit PtracerThread(const std::function<int()>& func);36 ~PtracerThread();43 DISALLOW_COPY_AND_ASSIGN(PtracerThread);
28 "PtracerThread.cpp",
57 - `PtracerThread.cpp`: Used to clone the collection process with shared address space.
275 PtracerThread thread{[&]() -> int { in GetUnreachableMemory()