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

Method InsertValue

lib/base/ringbuffer.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void RingBuffer::InsertValue(RingBuffer::SizeType tv, int num)
22{
23 std::unique_lock<std::mutex> lock(m_Mutex);
24
25 InsertValueUnlocked(tv, num);
26}
27
28void RingBuffer::InsertValueUnlocked(RingBuffer::SizeType tv, int num)
29{

Callers 15

AddMessageSentMethod · 0.80
AddMessageReceivedMethod · 0.80
IncreaseTaskCountMethod · 0.80
RecordAffectedMethod · 0.80
ScriptFuncMethod · 0.80
IncreaseQueryCountMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected