MCPcopy 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
153void KDevelop::ForegroundLock::unlock()
154{
155 Q_ASSERT(m_locked);
156 unlockForegroundMutexInternal();
157 m_locked = false;
158}
159
160TemporarilyReleaseForegroundLock::TemporarilyReleaseForegroundLock()
161{

Callers 4

doInternalMethod · 0.45
TryLockThreadClass · 0.45
testTryLockMethod · 0.45

Calls 1

Tested by 1

testTryLockMethod · 0.36