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

Method closeChild

libcontainer/process_linux.go:107–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105}
106
107func (c *processComm) closeChild() {
108 _ = c.initSockChild.Close()
109 _ = c.syncSockChild.Close()
110 _ = c.logPipeChild.Close()
111}
112
113func (c *processComm) closeParent() {
114 _ = c.initSockParent.Close()

Callers 2

startWithCgroupFDMethod · 0.80
startMethod · 0.80

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected