func syscall.StartProcess
2 uses
syscall (current package)
exec_unix.go#L254: func StartProcess(argv0 string, argv []string, attr *ProcAttr) (pid int, handle uintptr, err error) {
os
exec_posix.go#L54: pid, h, e := syscall.StartProcess(name, argv, sysattr)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)