Searched refs:PtraceThreadInfo (Results 1 – 1 of 1) sorted by relevance
90 bool PtraceThreadInfo(pid_t tid, ThreadInfo& thread_info);211 bool ThreadCaptureImpl::PtraceThreadInfo(pid_t tid, ThreadInfo& thread_info) { in PtraceThreadInfo() function in android::ThreadCaptureImpl328 if (!PtraceThreadInfo(it->first, t)) { in CapturedThreadInfo()