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

Method lock

src/core/PipeWireNativeContext.cpp:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void PipeWireNativeContext::lock()
121{
122 if (m_loop) {
123 pw_thread_loop_lock(m_loop);
124 }
125}
126
127void PipeWireNativeContext::unlock()
128{

Callers 2

openMethod · 0.80
closeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected