func syscall.Getppid

2 uses

	syscall (current package)
		zsyscall_darwin_amd64.go#L819: func Getppid() (ppid int) {

	os
		exec.go#L78: func Getppid() int { return syscall.Getppid() }