func syscall.StartProcess
2 uses
syscall (current package)
exec_unix.go#L262: func StartProcess(argv0 string, argv []string, attr *ProcAttr) (pid int, handle uintptr, err error) {
os
exec_posix.go#L53: pid, h, e := syscall.StartProcess(name, argv, sysattr)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)