MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / getInputQueue

Method getInputQueue

src/IOThread.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85ThreadQueueBasePtr IOThread::getInputQueue(const std::string& qname) {
86 std::lock_guard < std::mutex > lock(m_queue_bindings_mutex);
87 return input_queues[qname];
88}
89
90void IOThread::setOutputQueue(const std::string& qname, const ThreadQueueBasePtr& threadQueue) {
91 std::lock_guard < std::mutex > lock(m_queue_bindings_mutex);

Callers 1

AppFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected