Home
last modified time | relevance | path

Searched refs:KillExec (Results 1 – 25 of 32) sorted by relevance

12

/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/
H A Dtask_hcs_test.go70 err := lt.KillExec(context.TODO(), "thisshouldnotmatch", 0xf, false)
78 err := lt.KillExec(context.TODO(), "", 0xf, false)
95 err := lt.KillExec(context.TODO(), "", 0xf, true)
110 err := lt.KillExec(context.TODO(), second.id, 0xf, false)
122 err := lt.KillExec(context.TODO(), second.id, 0xf, true)
H A Dtask.go51 KillExec(ctx context.Context, eid string, signal uint32, all bool) error methodSpec
H A Dpod.go327 return wt.KillExec(ctx, eid, signal, all)
335 return t.KillExec(ctx, eid, signal, all)
H A Dtask_test.go46 func (tst *testShimTask) KillExec(ctx context.Context, eid string, signal uint32, all bool) error { func
H A Dtask_wcow_podsandbox.go103 func (wpst *wcowPodSandboxTask) KillExec(ctx context.Context, eid string, signal uint32, all bool) … func
H A Dpod_test.go44 return s.KillExec(ctx, eid, signal, all)
H A Dservice_internal.go298 err = t.KillExec(ctx, req.ExecID, req.Signal, req.All)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/
H A Dtask_hcs_test.go70 err := lt.KillExec(context.TODO(), "thisshouldnotmatch", 0xf, false)
78 err := lt.KillExec(context.TODO(), "", 0xf, false)
95 err := lt.KillExec(context.TODO(), "", 0xf, true)
110 err := lt.KillExec(context.TODO(), second.id, 0xf, false)
122 err := lt.KillExec(context.TODO(), second.id, 0xf, true)
H A Dtask.go57 KillExec(ctx context.Context, eid string, signal uint32, all bool) error methodSpec
H A Dpod.go327 return wt.KillExec(ctx, eid, signal, all)
335 return t.KillExec(ctx, eid, signal, all)
H A Dtask_test.go46 func (tst *testShimTask) KillExec(ctx context.Context, eid string, signal uint32, all bool) error { func
H A Dtask_wcow_podsandbox.go103 func (wpst *wcowPodSandboxTask) KillExec(ctx context.Context, eid string, signal uint32, all bool) … func
H A Dpod_test.go44 return s.KillExec(ctx, eid, signal, all)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/
H A Dtask_hcs_test.go70 err := lt.KillExec(context.TODO(), "thisshouldnotmatch", 0xf, false)
78 err := lt.KillExec(context.TODO(), "", 0xf, false)
95 err := lt.KillExec(context.TODO(), "", 0xf, true)
110 err := lt.KillExec(context.TODO(), second.id, 0xf, false)
122 err := lt.KillExec(context.TODO(), second.id, 0xf, true)
H A Dtask.go54 KillExec(ctx context.Context, eid string, signal uint32, all bool) error methodSpec
H A Dpod.go320 return wt.KillExec(ctx, eid, signal, all)
328 return t.KillExec(ctx, eid, signal, all)
H A Dtask_test.go46 func (tst *testShimTask) KillExec(ctx context.Context, eid string, signal uint32, all bool) error { func
H A Dtask_wcow_podsandbox.go102 func (wpst *wcowPodSandboxTask) KillExec(ctx context.Context, eid string, signal uint32, all bool) … func
H A Dpod_test.go44 return s.KillExec(ctx, eid, signal, all)
/dports/security/vault/vault-1.8.2/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/
H A Dtask_hcs_test.go70 err := lt.KillExec(context.TODO(), "thisshouldnotmatch", 0xf, false)
78 err := lt.KillExec(context.TODO(), "", 0xf, false)
95 err := lt.KillExec(context.TODO(), "", 0xf, true)
110 err := lt.KillExec(context.TODO(), second.id, 0xf, false)
122 err := lt.KillExec(context.TODO(), second.id, 0xf, true)
H A Dtask.go54 KillExec(ctx context.Context, eid string, signal uint32, all bool) error methodSpec
H A Dpod.go320 return wt.KillExec(ctx, eid, signal, all)
328 return t.KillExec(ctx, eid, signal, all)
H A Dtask_test.go46 func (tst *testShimTask) KillExec(ctx context.Context, eid string, signal uint32, all bool) error { func
H A Dtask_wcow_podsandbox.go102 func (wpst *wcowPodSandboxTask) KillExec(ctx context.Context, eid string, signal uint32, all bool) … func
H A Dpod_test.go44 return s.KillExec(ctx, eid, signal, all)

12