syscall.WaitStatus.Exited (method)

3 uses

	syscall (current package)
		syscall_bsd.go#L106: func (w WaitStatus) Exited() bool { return w&mask == exited }

	os
		exec_posix.go#L82: 	return p.status.Exited()
		exec_posix.go#L104: 	case status.Exited():