Home
last modified time | relevance | path

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

/system/memory/libmemunreachable/
DThreadCapture.cpp88 int PtraceAttach(pid_t tid);
188 int ThreadCaptureImpl::PtraceAttach(pid_t tid) { in PtraceAttach() function in android::ThreadCaptureImpl
252 int ret = PtraceAttach(tid); in CaptureThread()