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

Method UpdateAndGetValues

lib/base/ringbuffer.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57int RingBuffer::UpdateAndGetValues(RingBuffer::SizeType tv, RingBuffer::SizeType span)
58{
59 std::unique_lock<std::mutex> lock(m_Mutex);
60
61 return UpdateAndGetValuesUnlocked(tv, span);
62}
63
64int RingBuffer::UpdateAndGetValuesUnlocked(RingBuffer::SizeType tv, RingBuffer::SizeType span)
65{

Callers 12

GetWorkQueueRateMethod · 0.80
GetTaskCountMethod · 0.80
GetWrittenConfigForMethod · 0.80
GetWrittenStateForMethod · 0.80
GetWrittenHistoryForMethod · 0.80
GetQueryCountMethod · 0.80
ScriptFuncMethod · 0.80
GetQueryCountMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected