const syscall.SYS_CLONE
4 uses
syscall (current package)
exec_linux.go#L217: r1, err1 = rawVforkSyscall(SYS_CLONE, uintptr(SIGCHLD|CLONE_VFORK|CLONE_VM)|sys.Cloneflags)
exec_linux.go#L219: r1, _, err1 = RawSyscall6(SYS_CLONE, 0, uintptr(SIGCHLD)|sys.Cloneflags, 0, 0, 0, 0)
exec_linux.go#L221: r1, _, err1 = RawSyscall6(SYS_CLONE, uintptr(SIGCHLD)|sys.Cloneflags, 0, 0, 0, 0, 0)
zsysnum_linux_amd64.go#L65: SYS_CLONE = 56
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)