type os.ProcessState
24 uses
os (current package)
exec.go#L357: 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#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#L22: func (p *Process) wait() (ps *ProcessState, err error) {
exec_unix.go#L36: func (p *Process) pidWait() (*ProcessState, error) {
exec_unix.go#L74: return &ProcessState{
exec_unix.go#L167: func (p *ProcessState) userTime() time.Duration {
exec_unix.go#L171: func (p *ProcessState) systemTime() time.Duration {
pidfd_linux.go#L81: func (p *Process) pidfdWait() (*ProcessState, error) {
pidfd_linux.go#L114: 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)