MCPcopy Create free account
hub / github.com/LabSound/LabSound / empty

Method empty

include/LabSound/core/ConcurrentQueue.h:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 bool empty() const
31 {
32 std::lock_guard<std::mutex> lock(the_mutex);
33 return the_queue.empty();
34 }
35
36 bool try_pop(Data & popped_value)
37 {

Callers 8

tailTimeMethod · 0.80
latencyTimeMethod · 0.80
probeDeviceOpenMethod · 0.80
getDeviceCountMethod · 0.80
getDeviceInfoMethod · 0.80
wasapiThreadMethod · 0.80
try_popMethod · 0.80
wait_and_popMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected