MCPcopy Create free account
hub / github.com/YACReader/yacreader / waitAndPrint

Function waitAndPrint

tests/concurrent_queue_test/concurrent_queue_test.cpp:205–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void waitAndPrint(const ConcurrentQueue &queue, const QueueControlMessagePrinter &printer)
206{
207 printer.printBeginWaitingMessage();
208 queue.waitAll();
209 printer.printEndWaitingMessage();
210}
211
212#if QT_VERSION < QT_VERSION_CHECK(6, 9, 0)
213template<typename T, std::size_t size>

Callers 6

operator()Method · 0.85
singleUserThreadMethod · 0.85
multipleUserThreadsMethod · 0.85
randomCallsMethod · 0.85

Calls 3

waitAllMethod · 0.80

Tested by

no test coverage detected