type os.ProcessState

22 uses

	os (current package)
		exec.go#L345: func (p *Process) Wait() (*ProcessState, error) {
		exec.go#L368: func (p *ProcessState) UserTime() time.Duration {
		exec.go#L373: func (p *ProcessState) SystemTime() time.Duration {
		exec.go#L380: func (p *ProcessState) Exited() bool {
		exec.go#L386: func (p *ProcessState) Success() bool {
		exec.go#L393: func (p *ProcessState) Sys() any {
		exec.go#L402: func (p *ProcessState) SysUsage() any {
		exec_posix.go#L98: type ProcessState struct {
		exec_posix.go#L105: func (p *ProcessState) Pid() int {
		exec_posix.go#L109: func (p *ProcessState) exited() bool {
		exec_posix.go#L113: func (p *ProcessState) success() bool {
		exec_posix.go#L117: func (p *ProcessState) sys() any {
		exec_posix.go#L121: func (p *ProcessState) sysUsage() any {
		exec_posix.go#L125: func (p *ProcessState) String() string {
		exec_posix.go#L157: func (p *ProcessState) ExitCode() int {
		exec_unix.go#L21: func (p *Process) wait() (ps *ProcessState, err error) {
		exec_unix.go#L32: func (p *Process) pidWait() (*ProcessState, error) {
		exec_unix.go#L70: 	return &ProcessState{
		exec_unix.go#L137: func (p *ProcessState) userTime() time.Duration {
		exec_unix.go#L141: func (p *ProcessState) systemTime() time.Duration {
		pidfd_linux.go#L83: func (p *Process) pidfdWait() (*ProcessState, error) {
		pidfd_linux.go#L118: 	return &ProcessState{