func syscall.Getppid
2 uses
syscall (current package)
zsyscall_darwin_arm64.go#L819: func Getppid() (ppid int) {
os
exec.go#L78: func Getppid() int { return syscall.Getppid() }
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)