MCPcopy Index your code
hub / github.com/google/gvisor / WaitForStartSignal

Method WaitForStartSignal

runsc/boot/loader.go:1676–1678  ·  view source on GitHub ↗

WaitForStartSignal waits for a start signal from the control server.

()

Source from the content-addressed store, hash-verified

1674
1675// WaitForStartSignal waits for a start signal from the control server.
1676func (l *Loader) WaitForStartSignal() {
1677 <-l.ctrl.manager.startChan
1678}
1679
1680// WaitExit waits for the root container to exit, and returns its exit status.
1681func (l *Loader) WaitExit() linux.WaitStatus {

Callers 3

ExecuteMethod · 0.80
TestStartSignalFunction · 0.80
TestNetworkConfigFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestStartSignalFunction · 0.64
TestNetworkConfigFunction · 0.64