MCPcopy Create free account
hub / github.com/Icinga/icinga2 / GetNextTimeout

Method GetNextTimeout

lib/base/process.cpp:1214–1221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1212}
1213
1214double Process::GetNextTimeout() const
1215{
1216#ifdef _WIN32
1217 return m_Timeout;
1218#else /* _WIN32 */
1219 return m_SentSigterm ? m_Timeout * 1.1 : m_Timeout;
1220#endif /* _WIN32 */
1221}

Callers 1

IOThreadProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected