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

Method isolate

src/slave/containerizer/mesos/isolator.cpp:83–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82
83Future<Nothing> MesosIsolator::isolate(
84 const ContainerID& containerId,
85 pid_t pid)
86{
87 return dispatch(process.get(),
88 &MesosIsolatorProcess::isolate,
89 containerId,
90 pid);
91}
92
93
94Future<ContainerLimitation> MesosIsolator::watch(

Callers 1

TEST_FFunction · 0.45

Calls 2

dispatchFunction · 0.50
getMethod · 0.45

Tested by 1

TEST_FFunction · 0.36