type os.ProcessState
22 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#L79: return &ProcessState{
exec_unix.go#L172: func (p *ProcessState) userTime() time.Duration {
exec_unix.go#L176: func (p *ProcessState) systemTime() time.Duration {
pidfd_linux.go#L84: func (p *Process) pidfdWait() (*ProcessState, error) {
pidfd_linux.go#L121: return &ProcessState{
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |