HomeSort by relevance Sort by last modified time
    Searched refs:PtraceAttach (Results 1 - 5 of 5) sorted by null

  /system/core/libmemunreachable/
ThreadCapture.cpp 85 int PtraceAttach(pid_t tid);
187 int ThreadCaptureImpl::PtraceAttach(pid_t tid) {
254 int ret = PtraceAttach(tid);
  /prebuilts/go/darwin-x86/src/syscall/
syscall_darwin.go 107 func PtraceAttach(pid int) (err error) { return ptrace(PT_ATTACH, pid, 0, 0) }
syscall_linux.go 750 func PtraceAttach(pid int) (err error) { return ptrace(PTRACE_ATTACH, pid, 0, 0) }
  /prebuilts/go/linux-x86/src/syscall/
syscall_darwin.go 107 func PtraceAttach(pid int) (err error) { return ptrace(PT_ATTACH, pid, 0, 0) }
syscall_linux.go 750 func PtraceAttach(pid int) (err error) { return ptrace(PTRACE_ATTACH, pid, 0, 0) }

Completed in 233 milliseconds