Root returns the root PID namespace of ns.
()
| 414 | |
| 415 | // Root returns the root PID namespace of ns. |
| 416 | func (ns *PIDNamespace) Root() *PIDNamespace { |
| 417 | return ns.owner.Root |
| 418 | } |
| 419 | |
| 420 | // A threadGroupNode defines the relationship between a thread group and the |
| 421 | // rest of the system. Conceptually, threadGroupNode is data belonging to the |
no outgoing calls
no test coverage detected