Home
last modified time | relevance | path

Searched defs:process (Results 51 – 75 of 14482) sorted by relevance

12345678910>>...580

/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_59.f9011 subroutine process(string) subroutine
25 end subroutine process argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dnamelist_59.f9011 subroutine process(string) subroutine
25 end subroutine process argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_59.f9011 subroutine process(string) subroutine
25 end subroutine process argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_59.f9011 subroutine process(string) subroutine
25 end subroutine process argument
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dnamelist_59.f9011 subroutine process(string) subroutine
25 end subroutine process argument
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_59.f9011 subroutine process(string) subroutine
25 end subroutine process argument
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gfortran.dg/
H A Dnamelist_59.f9011 subroutine process(string) subroutine
25 end subroutine process argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/Microsoft/hcsshim/
H A Dprocess.go11 type process struct { struct
12 p *hcs.Process
16 func (process *process) Pid() int {
21 func (process *process) Kill() error {
26 func (process *process) Wait() error {
32 func (process *process) WaitTimeout(timeout time.Duration) error {
38 func (process *process) ExitCode() (int, error) {
47 func (process *process) ResizeConsole(width, height uint16) error {
54 func (process *process) Stdio() (io.WriteCloser, io.ReadCloser, io.ReadCloser, error) {
64 func (process *process) CloseStdin() error {
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/Microsoft/hcsshim/
H A Dprocess.go11 type process struct { struct
12 p *hcs.Process
16 func (process *process) Pid() int {
21 func (process *process) Kill() error {
26 func (process *process) Wait() error {
32 func (process *process) WaitTimeout(timeout time.Duration) error {
38 func (process *process) ExitCode() (int, error) {
47 func (process *process) ResizeConsole(width, height uint16) error {
54 func (process *process) Stdio() (io.WriteCloser, io.ReadCloser, io.ReadCloser, error) {
64 func (process *process) CloseStdin() error {
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/Microsoft/hcsshim/
H A Dprocess.go11 type process struct { struct
12 p *hcs.Process
16 func (process *process) Pid() int {
21 func (process *process) Kill() error {
26 func (process *process) Wait() error {
32 func (process *process) WaitTimeout(timeout time.Duration) error {
38 func (process *process) ExitCode() (int, error) {
47 func (process *process) ResizeConsole(width, height uint16) error {
54 func (process *process) Stdio() (io.WriteCloser, io.ReadCloser, io.ReadCloser, error) {
64 func (process *process) CloseStdin() error {
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/Microsoft/hcsshim/
H A Dprocess.go11 type process struct { struct
12 p *hcs.Process
16 func (process *process) Pid() int {
21 func (process *process) Kill() error {
26 func (process *process) Wait() error {
32 func (process *process) WaitTimeout(timeout time.Duration) error {
38 func (process *process) ExitCode() (int, error) {
47 func (process *process) ResizeConsole(width, height uint16) error {
54 func (process *process) Stdio() (io.WriteCloser, io.ReadCloser, io.ReadCloser, error) {
64 func (process *process) CloseStdin() error {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/libcontainerd/
H A Dremote_daemon_process.go8 type process struct { struct
10 id string
13 cid string
16 pid uint32
19 io *IOPipe
22 root string
25 func (p *process) ID() string {
29 func (p *process) Pid() uint32 {
33 func (p *process) SetPid(pid uint32) error {
42 func (p *process) IOPipe() *IOPipe {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/libcontainerd/
H A Dremote_daemon_process.go8 type process struct { struct
10 id string
13 cid string
16 pid uint32
19 io *IOPipe
22 root string
25 func (p *process) ID() string {
29 func (p *process) Pid() uint32 {
33 func (p *process) SetPid(pid uint32) error {
42 func (p *process) IOPipe() *IOPipe {
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/Microsoft/hcsshim/
H A Dprocess.go11 type process struct { struct
12 p *hcs.Process
16 func (process *process) Pid() int {
21 func (process *process) Kill() error {
26 func (process *process) Wait() error {
32 func (process *process) WaitTimeout(timeout time.Duration) error {
38 func (process *process) ExitCode() (int, error) {
47 func (process *process) ResizeConsole(width, height uint16) error {
54 func (process *process) Stdio() (io.WriteCloser, io.ReadCloser, io.ReadCloser, error) {
64 func (process *process) CloseStdin() error {
[all …]
/dports/net/concourse-fly/concourse-6.7.1/atc/worker/gclient/connection/
H A Dprocess.go9 type process struct { struct
10 id string
12 processInputStream *processStream
13 done bool
14 exitStatus int
15 exitErr error
16 doneL *sync.Cond
27 func (p *process) ID() string {
31 func (p *process) Wait() (int, error) {
43 func (p *process) SetTTY(tty garden.TTYSpec) error {
[all …]
/dports/net/concourse-fly/concourse-6.7.1/vendor/code.cloudfoundry.org/garden/client/connection/
H A Dprocess.go9 type process struct { struct
10 id string
12 processInputStream *processStream
13 done bool
14 exitStatus int
15 exitErr error
16 doneL *sync.Cond
27 func (p *process) ID() string {
31 func (p *process) Wait() (int, error) {
43 func (p *process) SetTTY(tty garden.TTYSpec) error {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/garden/client/connection/
H A Dprocess.go9 type process struct { struct
10 id string
12 processInputStream *processStream
13 done bool
14 exitStatus int
15 exitErr error
16 doneL *sync.Cond
27 func (p *process) ID() string {
31 func (p *process) Wait() (int, error) {
43 func (p *process) SetTTY(tty garden.TTYSpec) error {
[all …]
/dports/misc/concourse/concourse-6.7.2/atc/worker/gclient/connection/
H A Dprocess.go9 type process struct { struct
10 id string
12 processInputStream *processStream
13 done bool
14 exitStatus int
15 exitErr error
16 doneL *sync.Cond
27 func (p *process) ID() string {
31 func (p *process) Wait() (int, error) {
43 func (p *process) SetTTY(tty garden.TTYSpec) error {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/runtime/v2/
H A Dprocess.go30 type process struct { struct
31 id string
32 shim *shim
35 func (p *process) ID() string {
39 func (p *process) Kill(ctx context.Context, signal uint32, _ bool) error {
51 func (p *process) State(ctx context.Context) (runtime.State, error) {
88 func (p *process) ResizePty(ctx context.Context, size runtime.ConsoleSize) error {
102 func (p *process) CloseIO(ctx context.Context) error {
115 func (p *process) Start(ctx context.Context) error {
127 func (p *process) Wait(ctx context.Context) (*runtime.Exit, error) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/runtime/v2/
H A Dprocess.go30 type process struct { struct
31 id string
32 shim *shim
35 func (p *process) ID() string {
39 func (p *process) Kill(ctx context.Context, signal uint32, _ bool) error {
51 func (p *process) State(ctx context.Context) (runtime.State, error) {
88 func (p *process) ResizePty(ctx context.Context, size runtime.ConsoleSize) error {
102 func (p *process) CloseIO(ctx context.Context) error {
115 func (p *process) Start(ctx context.Context) error {
127 func (p *process) Wait(ctx context.Context) (*runtime.Exit, error) {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/runtime/v2/
H A Dprocess.go30 type process struct { struct
31 id string
32 shim *shim
35 func (p *process) ID() string {
39 func (p *process) Kill(ctx context.Context, signal uint32, _ bool) error {
51 func (p *process) State(ctx context.Context) (runtime.State, error) {
88 func (p *process) ResizePty(ctx context.Context, size runtime.ConsoleSize) error {
102 func (p *process) CloseIO(ctx context.Context) error {
115 func (p *process) Start(ctx context.Context) error {
127 func (p *process) Wait(ctx context.Context) (*runtime.Exit, error) {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/runtime/v2/
H A Dprocess.go30 type process struct { struct
31 id string
32 shim *shim
35 func (p *process) ID() string {
39 func (p *process) Kill(ctx context.Context, signal uint32, _ bool) error {
51 func (p *process) State(ctx context.Context) (runtime.State, error) {
88 func (p *process) ResizePty(ctx context.Context, size runtime.ConsoleSize) error {
102 func (p *process) CloseIO(ctx context.Context) error {
115 func (p *process) Start(ctx context.Context) error {
127 func (p *process) Wait(ctx context.Context) (*runtime.Exit, error) {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/runtime/v2/
H A Dprocess.go30 type process struct { struct
31 id string
32 shim *shim
35 func (p *process) ID() string {
39 func (p *process) Kill(ctx context.Context, signal uint32, _ bool) error {
51 func (p *process) State(ctx context.Context) (runtime.State, error) {
88 func (p *process) ResizePty(ctx context.Context, size runtime.ConsoleSize) error {
102 func (p *process) CloseIO(ctx context.Context) error {
115 func (p *process) Start(ctx context.Context) error {
127 func (p *process) Wait(ctx context.Context) (*runtime.Exit, error) {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/runtime/v2/
H A Dprocess.go30 type process struct { struct
31 id string
32 shim *shim
35 func (p *process) ID() string {
39 func (p *process) Kill(ctx context.Context, signal uint32, _ bool) error {
51 func (p *process) State(ctx context.Context) (runtime.State, error) {
88 func (p *process) ResizePty(ctx context.Context, size runtime.ConsoleSize) error {
102 func (p *process) CloseIO(ctx context.Context) error {
115 func (p *process) Start(ctx context.Context) error {
127 func (p *process) Wait(ctx context.Context) (*runtime.Exit, error) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/runtime/v2/
H A Dprocess.go30 type process struct { struct
31 id string
32 shim *shim
35 func (p *process) ID() string {
39 func (p *process) Kill(ctx context.Context, signal uint32, _ bool) error {
51 func (p *process) State(ctx context.Context) (runtime.State, error) {
88 func (p *process) ResizePty(ctx context.Context, size runtime.ConsoleSize) error {
102 func (p *process) CloseIO(ctx context.Context) error {
115 func (p *process) Start(ctx context.Context) error {
127 func (p *process) Wait(ctx context.Context) (*runtime.Exit, error) {
[all …]

12345678910>>...580