const golang.org/x/sys/unix.PTRACE_INTERRUPT
2 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L1727: func PtraceInterrupt(pid int) (err error) { return ptrace(PTRACE_INTERRUPT, pid, 0, 0) }
zerrors_linux.go#L2503: PTRACE_INTERRUPT = 0x4207
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)