Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ unlock
Method
unlock
kdevplatform/util/foregroundlock.cpp:153–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
void KDevelop::ForegroundLock::unlock()
154
{
155
Q_ASSERT(m_locked);
156
unlockForegroundMutexInternal();
157
m_locked = false;
158
}
159
160
TemporarilyReleaseForegroundLock::TemporarilyReleaseForegroundLock()
161
{
Callers
4
unlockForegroundMutexInternal
Function · 0.45
doInternal
Method · 0.45
TryLockThread
Class · 0.45
testTryLock
Method · 0.45
Calls
1
unlockForegroundMutexInternal
Function · 0.85
Tested by
1
testTryLock
Method · 0.36