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

Method AssertOnWorkQueue

lib/perfdata/graphitewriter.cpp:135–138  ·  view source on GitHub ↗

* Check if method is called inside the WQ thread. */

Source from the content-addressed store, hash-verified

133 * Check if method is called inside the WQ thread.
134 */
135void GraphiteWriter::AssertOnWorkQueue()
136{
137 ASSERT(m_WorkQueue.IsWorkerThread());
138}
139
140/**
141 * Exception handler for the WQ.

Callers

nothing calls this directly

Calls 1

IsWorkerThreadMethod · 0.80

Tested by

no test coverage detected