Searched refs:PtraceAttach (Results 1 – 1 of 1) sorted by relevance
88 int PtraceAttach(pid_t tid);188 int ThreadCaptureImpl::PtraceAttach(pid_t tid) { in PtraceAttach() function in android::ThreadCaptureImpl252 int ret = PtraceAttach(tid); in CaptureThread()