type os.ProcessState
24 uses
os (current package)
exec.go#L339: func (p *Process) Wait() (*ProcessState, error) {
exec.go#L350: func (p *ProcessState) UserTime() time.Duration {
exec.go#L355: func (p *ProcessState) SystemTime() time.Duration {
exec.go#L362: func (p *ProcessState) Exited() bool {
exec.go#L368: func (p *ProcessState) Success() bool {
exec.go#L375: func (p *ProcessState) Sys() any {
exec.go#L384: func (p *ProcessState) SysUsage() any {
exec_posix.go#L81: type ProcessState struct {
exec_posix.go#L88: func (p *ProcessState) Pid() int {
exec_posix.go#L92: func (p *ProcessState) exited() bool {
exec_posix.go#L96: func (p *ProcessState) success() bool {
exec_posix.go#L100: func (p *ProcessState) sys() any {
exec_posix.go#L104: func (p *ProcessState) sysUsage() any {
exec_posix.go#L108: func (p *ProcessState) String() string {
exec_posix.go#L140: 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#L84: func (p *Process) pidfdWait() (*ProcessState, error) {
pidfd_linux.go#L119: return &ProcessState{
os/exec
exec.go#L243: ProcessState *os.ProcessState
exec.go#L878: *os.ProcessState
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)