Home
last modified time | relevance | path

Searched defs:testShimTask (Results 1 – 4 of 4) sorted by relevance

/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/
H A Dtask_test.go19 type testShimTask struct { struct
20 id string
22 isWCOW bool
23 exec *testShimExec
24 execs map[string]*testShimExec
27 func (tst *testShimTask) ID() string {
35 func (tst *testShimTask) GetExec(eid string) (shimExec, error) {
66 func (tst *testShimTask) Pids(ctx context.Context) ([]options.ProcessDetails, error) {
82 func (tst *testShimTask) Wait() *task.StateResponse {
90 func (tst *testShimTask) DumpGuestStacks(ctx context.Context) string {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/
H A Dtask_test.go19 type testShimTask struct { struct
20 id string
22 isWCOW bool
23 exec *testShimExec
24 execs map[string]*testShimExec
27 func (tst *testShimTask) ID() string {
35 func (tst *testShimTask) GetExec(eid string) (shimExec, error) {
66 func (tst *testShimTask) Pids(ctx context.Context) ([]options.ProcessDetails, error) {
82 func (tst *testShimTask) Wait() *task.StateResponse {
90 func (tst *testShimTask) DumpGuestStacks(ctx context.Context) string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/
H A Dtask_test.go19 type testShimTask struct { struct
20 id string
22 isWCOW bool
23 exec *testShimExec
24 execs map[string]*testShimExec
27 func (tst *testShimTask) ID() string {
35 func (tst *testShimTask) GetExec(eid string) (shimExec, error) {
66 func (tst *testShimTask) Pids(ctx context.Context) ([]options.ProcessDetails, error) {
82 func (tst *testShimTask) Wait() *task.StateResponse {
90 func (tst *testShimTask) DumpGuestStacks(ctx context.Context) string {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/
H A Dtask_test.go19 type testShimTask struct { struct
20 id string
22 isWCOW bool
23 exec *testShimExec
24 execs map[string]*testShimExec
27 func (tst *testShimTask) ID() string {
35 func (tst *testShimTask) GetExec(eid string) (shimExec, error) {
66 func (tst *testShimTask) Pids(ctx context.Context) ([]options.ProcessDetails, error) {
82 func (tst *testShimTask) Wait() *task.StateResponse {
90 func (tst *testShimTask) DumpGuestStacks(ctx context.Context) string {
[all …]