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

Function MAX_REAP_INTERVAL

3rdparty/libprocess/src/reap.cpp:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61const size_t HIGH_PID_COUNT = 500;
62Duration MAX_REAP_INTERVAL() { return Seconds(1); }
63
64namespace internal {
65

Callers 11

intervalMethod · 0.85
reap_linkeeMethod · 0.85
TESTFunction · 0.85
run_subprocessFunction · 0.85
TEST_FFunction · 0.85
shutdownMethod · 0.85
TEST_FFunction · 0.85
getExecutorInfoMethod · 0.85
sampleMethod · 0.85
shutdownMethod · 0.85

Calls 1

SecondsClass · 0.85

Tested by 5

reap_linkeeMethod · 0.68
TESTFunction · 0.68
run_subprocessFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68