MCPcopy Create free account
hub / github.com/apache/mesos / pid

Method pid

src/tests/containerizer/memory_test_helper.cpp:132–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131
132Try<pid_t> MemoryTestHelper::pid()
133{
134 if (s.isNone()) {
135 return Error("The subprocess has not been spawned yet");
136 }
137
138 return s->pid();
139}
140
141
142// Send a request to the subprocess and wait for its signal that the

Callers 12

SetUpMethod · 0.45
TEST_FFunction · 0.45
TEST_PFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
SetUpMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_PFunction · 0.45
cleanupMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 2

ErrorFunction · 0.50
isNoneMethod · 0.45

Tested by

no test coverage detected