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

Method freeze

src/linux/cgroups.cpp:1453–1460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1451 }
1452
1453 Future<Nothing> freeze()
1454 {
1455 // TODO(jieyu): This is a workaround for MESOS-1689. We will move
1456 // away from freezer once we have pid namespace support.
1457 return cgroups::freezer::freeze(hierarchy, cgroup).after(
1458 FREEZE_RETRY_INTERVAL,
1459 lambda::bind(&freezeTimedout, lambda::_1, self()));
1460 }
1461
1462 Future<Nothing> kill()
1463 {

Callers

nothing calls this directly

Calls 3

freezeFunction · 0.85
afterMethod · 0.80
bindFunction · 0.50

Tested by

no test coverage detected