MCPcopy
hub / github.com/opencontainers/runc / wait

Method wait

libcontainer/process.go:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14type processOperations interface {
15 wait() (*os.ProcessState, error)
16 signal(sig os.Signal) error
17 pid() int
18}

Callers 1

WaitMethod · 0.65

Implementers 4

restoredProcesslibcontainer/restored_process.go
nonChildProcesslibcontainer/restored_process.go
containerProcesslibcontainer/process_linux.go
mockProcesslibcontainer/container_linux_test.go

Calls

no outgoing calls

Tested by

no test coverage detected