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

Method empty

src/util/ThreadBlockingQueue.h:196–199  ·  view source on GitHub ↗

* Check if the queue is empty. * \return true if queue is empty. */

Source from the content-addressed store, hash-verified

194 * \return true if queue is empty.
195 */
196 bool empty() const {
197 std::lock_guard < SpinMutex > lock(m_mutex);
198 return m_queue.empty();
199 }
200
201 /**
202 * Check if the queue is full.

Callers 15

getDeviceNameMethod · 0.45
saveMethod · 0.45
loadMethod · 0.45
verifyRecordingPathMethod · 0.45
OnCmdLineParsedMethod · 0.45
showFrequencyInputMethod · 0.45
loadSessionMethod · 0.45
initDefaultPropertiesMethod · 0.45
addArgInfoPropertyMethod · 0.45
readPropertyMethod · 0.45
DemodLabelDialogMethod · 0.45
updateRecordingMenuMethod · 0.45

Calls

no outgoing calls

Tested by 2

drawPanelContentsMethod · 0.36
processMethod · 0.36