Home
last modified time | relevance | path

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

/system/memory/libmemunreachable/
DThreadCapture.cpp90 bool PtraceThreadInfo(pid_t tid, ThreadInfo& thread_info);
211 bool ThreadCaptureImpl::PtraceThreadInfo(pid_t tid, ThreadInfo& thread_info) { in PtraceThreadInfo() function in android::ThreadCaptureImpl
328 if (!PtraceThreadInfo(it->first, t)) { in CapturedThreadInfo()