MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / unlock

Method unlock

src/core/PipeWireNativeContext.cpp:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void PipeWireNativeContext::unlock()
128{
129 if (m_loop) {
130 pw_thread_loop_unlock(m_loop);
131 }
132}
133
134} // namespace AetherSDR

Callers 4

decodeLoopMethod · 0.80
openMethod · 0.80
closeMethod · 0.80
decodeLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected