Home
last modified time | relevance | path

Searched defs:execRunningState (Results 1 – 19 of 19) sorted by relevance

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/runtime/v1/linux/proc/
H A Dexec_state.go89 type execRunningState struct { struct
90 p *execProcess
93 func (s *execRunningState) transition(name string) error {
103 func (s *execRunningState) Resize(ws console.WinSize) error {
110 func (s *execRunningState) Start(ctx context.Context) error {
117 func (s *execRunningState) Delete(ctx context.Context) error {
124 func (s *execRunningState) Kill(ctx context.Context, sig uint32, all bool) error {
131 func (s *execRunningState) SetExited(status int) {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/linux/proc/
H A Dexec_state.go73 type execRunningState struct { struct
74 p *execProcess
77 func (s *execRunningState) transition(name string) error {
87 func (s *execRunningState) Resize(ws console.WinSize) error {
94 func (s *execRunningState) Start(ctx context.Context) error {
101 func (s *execRunningState) Delete(ctx context.Context) error {
108 func (s *execRunningState) Kill(ctx context.Context, sig uint32, all bool) error {
115 func (s *execRunningState) SetExited(status int) {
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/linux/proc/
H A Dexec_state.go73 type execRunningState struct { struct
74 p *execProcess
77 func (s *execRunningState) transition(name string) error {
87 func (s *execRunningState) Resize(ws console.WinSize) error {
94 func (s *execRunningState) Start(ctx context.Context) error {
101 func (s *execRunningState) Delete(ctx context.Context) error {
108 func (s *execRunningState) Kill(ctx context.Context, sig uint32, all bool) error {
115 func (s *execRunningState) SetExited(status int) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/runtime/linux/proc/
H A Dexec_state.go89 type execRunningState struct { struct
90 p *execProcess
93 func (s *execRunningState) transition(name string) error {
103 func (s *execRunningState) Resize(ws console.WinSize) error {
110 func (s *execRunningState) Start(ctx context.Context) error {
117 func (s *execRunningState) Delete(ctx context.Context) error {
124 func (s *execRunningState) Kill(ctx context.Context, sig uint32, all bool) error {
131 func (s *execRunningState) SetExited(status int) {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/containerd/containerd/pkg/process/
H A Dexec_state.go90 type execRunningState struct { struct
91 p *execProcess
94 func (s *execRunningState) transition(name string) error {
104 func (s *execRunningState) Resize(ws console.WinSize) error {
108 func (s *execRunningState) Start(ctx context.Context) error {
112 func (s *execRunningState) Delete(ctx context.Context) error {
116 func (s *execRunningState) Kill(ctx context.Context, sig uint32, all bool) error {
120 func (s *execRunningState) SetExited(status int) {
128 func (s *execRunningState) Status(ctx context.Context) (string, error) {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/pkg/process/
H A Dexec_state.go90 type execRunningState struct { struct
91 p *execProcess
94 func (s *execRunningState) transition(name string) error {
104 func (s *execRunningState) Resize(ws console.WinSize) error {
108 func (s *execRunningState) Start(ctx context.Context) error {
112 func (s *execRunningState) Delete(ctx context.Context) error {
116 func (s *execRunningState) Kill(ctx context.Context, sig uint32, all bool) error {
120 func (s *execRunningState) SetExited(status int) {
128 func (s *execRunningState) Status(ctx context.Context) (string, error) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/pkg/process/
H A Dexec_state.go90 type execRunningState struct { struct
91 p *execProcess
94 func (s *execRunningState) transition(name string) error {
104 func (s *execRunningState) Resize(ws console.WinSize) error {
108 func (s *execRunningState) Start(ctx context.Context) error {
112 func (s *execRunningState) Delete(ctx context.Context) error {
116 func (s *execRunningState) Kill(ctx context.Context, sig uint32, all bool) error {
120 func (s *execRunningState) SetExited(status int) {
128 func (s *execRunningState) Status(ctx context.Context) (string, error) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/pkg/process/
H A Dexec_state.go90 type execRunningState struct { struct
91 p *execProcess
94 func (s *execRunningState) transition(name string) error {
104 func (s *execRunningState) Resize(ws console.WinSize) error {
108 func (s *execRunningState) Start(ctx context.Context) error {
112 func (s *execRunningState) Delete(ctx context.Context) error {
116 func (s *execRunningState) Kill(ctx context.Context, sig uint32, all bool) error {
120 func (s *execRunningState) SetExited(status int) {
128 func (s *execRunningState) Status(ctx context.Context) (string, error) {
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/containerd/containerd/runtime/v1/linux/proc/
H A Dexec_state.go92 type execRunningState struct { struct
93 p *execProcess
96 func (s *execRunningState) transition(name string) error {
106 func (s *execRunningState) Resize(ws console.WinSize) error {
110 func (s *execRunningState) Start(ctx context.Context) error {
114 func (s *execRunningState) Delete(ctx context.Context) error {
118 func (s *execRunningState) Kill(ctx context.Context, sig uint32, all bool) error {
122 func (s *execRunningState) SetExited(status int) {
130 func (s *execRunningState) Pid() int {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/pkg/process/
H A Dexec_state.go90 type execRunningState struct { struct
91 p *execProcess
94 func (s *execRunningState) transition(name string) error {
104 func (s *execRunningState) Resize(ws console.WinSize) error {
108 func (s *execRunningState) Start(ctx context.Context) error {
112 func (s *execRunningState) Delete(ctx context.Context) error {
116 func (s *execRunningState) Kill(ctx context.Context, sig uint32, all bool) error {
120 func (s *execRunningState) SetExited(status int) {
128 func (s *execRunningState) Status(ctx context.Context) (string, error) {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/pkg/process/
H A Dexec_state.go90 type execRunningState struct { struct
91 p *execProcess
94 func (s *execRunningState) transition(name string) error {
104 func (s *execRunningState) Resize(ws console.WinSize) error {
108 func (s *execRunningState) Start(ctx context.Context) error {
112 func (s *execRunningState) Delete(ctx context.Context) error {
116 func (s *execRunningState) Kill(ctx context.Context, sig uint32, all bool) error {
120 func (s *execRunningState) SetExited(status int) {
128 func (s *execRunningState) Status(ctx context.Context) (string, error) {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/pkg/process/
H A Dexec_state.go90 type execRunningState struct { struct
91 p *execProcess
94 func (s *execRunningState) transition(name string) error {
104 func (s *execRunningState) Resize(ws console.WinSize) error {
108 func (s *execRunningState) Start(ctx context.Context) error {
112 func (s *execRunningState) Delete(ctx context.Context) error {
116 func (s *execRunningState) Kill(ctx context.Context, sig uint32, all bool) error {
120 func (s *execRunningState) SetExited(status int) {
128 func (s *execRunningState) Status(ctx context.Context) (string, error) {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/pkg/process/
H A Dexec_state.go90 type execRunningState struct { struct
91 p *execProcess
94 func (s *execRunningState) transition(name string) error {
104 func (s *execRunningState) Resize(ws console.WinSize) error {
108 func (s *execRunningState) Start(ctx context.Context) error {
112 func (s *execRunningState) Delete(ctx context.Context) error {
116 func (s *execRunningState) Kill(ctx context.Context, sig uint32, all bool) error {
120 func (s *execRunningState) SetExited(status int) {
128 func (s *execRunningState) Status(ctx context.Context) (string, error) {
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/pkg/process/
H A Dexec_state.go90 type execRunningState struct { struct
91 p *execProcess
94 func (s *execRunningState) transition(name string) error {
104 func (s *execRunningState) Resize(ws console.WinSize) error {
108 func (s *execRunningState) Start(ctx context.Context) error {
112 func (s *execRunningState) Delete(ctx context.Context) error {
116 func (s *execRunningState) Kill(ctx context.Context, sig uint32, all bool) error {
120 func (s *execRunningState) SetExited(status int) {
128 func (s *execRunningState) Status(ctx context.Context) (string, error) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/pkg/process/
H A Dexec_state.go90 type execRunningState struct { struct
91 p *execProcess
94 func (s *execRunningState) transition(name string) error {
104 func (s *execRunningState) Resize(ws console.WinSize) error {
108 func (s *execRunningState) Start(ctx context.Context) error {
112 func (s *execRunningState) Delete(ctx context.Context) error {
116 func (s *execRunningState) Kill(ctx context.Context, sig uint32, all bool) error {
120 func (s *execRunningState) SetExited(status int) {
128 func (s *execRunningState) Status(ctx context.Context) (string, error) {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/pkg/process/
H A Dexec_state.go90 type execRunningState struct { struct
91 p *execProcess
94 func (s *execRunningState) transition(name string) error {
104 func (s *execRunningState) Resize(ws console.WinSize) error {
108 func (s *execRunningState) Start(ctx context.Context) error {
112 func (s *execRunningState) Delete(ctx context.Context) error {
116 func (s *execRunningState) Kill(ctx context.Context, sig uint32, all bool) error {
120 func (s *execRunningState) SetExited(status int) {
128 func (s *execRunningState) Status(ctx context.Context) (string, error) {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/pkg/process/
H A Dexec_state.go90 type execRunningState struct { struct
91 p *execProcess
94 func (s *execRunningState) transition(name string) error {
104 func (s *execRunningState) Resize(ws console.WinSize) error {
108 func (s *execRunningState) Start(ctx context.Context) error {
112 func (s *execRunningState) Delete(ctx context.Context) error {
116 func (s *execRunningState) Kill(ctx context.Context, sig uint32, all bool) error {
120 func (s *execRunningState) SetExited(status int) {
128 func (s *execRunningState) Status(ctx context.Context) (string, error) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/runtime/v1/linux/proc/
H A Dexec_state.go85 type execRunningState struct { struct
86 p *execProcess
89 func (s *execRunningState) transition(name string) error {
99 func (s *execRunningState) Resize(ws console.WinSize) error {
103 func (s *execRunningState) Start(ctx context.Context) error {
107 func (s *execRunningState) Delete(ctx context.Context) error {
111 func (s *execRunningState) Kill(ctx context.Context, sig uint32, all bool) error {
115 func (s *execRunningState) SetExited(status int) {
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/runtime/v1/linux/proc/
H A Dexec_state.go85 type execRunningState struct { struct
86 p *execProcess
89 func (s *execRunningState) transition(name string) error {
99 func (s *execRunningState) Resize(ws console.WinSize) error {
103 func (s *execRunningState) Start(ctx context.Context) error {
107 func (s *execRunningState) Delete(ctx context.Context) error {
111 func (s *execRunningState) Kill(ctx context.Context, sig uint32, all bool) error {
115 func (s *execRunningState) SetExited(status int) {