Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
120
void PipeWireNativeContext::lock()
121
{
122
if (m_loop) {
123
pw_thread_loop_lock(m_loop);
124
}
125
}
126
127
void PipeWireNativeContext::unlock()
128
{
Callers
2
open
Method · 0.80
close
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected