syscall.WaitStatus.Exited (method)
4 uses
syscall (current package)
syscall_linux.go#L337: func (w WaitStatus) Exited() bool { return w&mask == exited }
syscall_linux.go#L348: if !w.Exited() {
os
exec_posix.go#L83: return p.status.Exited()
exec_posix.go#L105: case status.Exited():
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)