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

Method empty

include/csound_threaded.hpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 condition_variable_.notify_one();
76 }
77 bool empty() const
78 {
79 std::unique_lock<std::mutex> lock(mutex_);
80 return queue_.empty();
81 }
82 bool try_pop(Data& popped_value)
83 {
84 std::unique_lock<std::mutex> lock(mutex_);

Callers 6

getWorkFunction · 0.80
searchDirFunction · 0.80
noteoffMethod · 0.80
scatterArgsFunction · 0.80
try_popMethod · 0.80
wait_and_popMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected