Home | History | Annotate | Download | only in os

Lines Matching full:nil

23 		return nil, NewSyscallError("WaitForSingleObject", e)
25 return nil, errors.New("os: unexpected result from WaitForSingleObject")
29 if e != nil {
30 return nil, NewSyscallError("GetExitCodeProcess", e)
34 if e != nil {
35 return nil, NewSyscallError("GetProcessTimes", e)
44 return &ProcessState{p.Pid, syscall.WaitStatus{ExitCode: ec}, &u}, nil
49 if e != nil {
78 if e != nil {
83 runtime.SetFinalizer(p, nil)
84 return nil
91 if e != nil {
92 return nil, NewSyscallError("OpenProcess", e)
94 return newProcess(pid, uintptr(h)), nil
101 if e != nil {