MCPcopy Create free account
hub / github.com/KDE/kdevelop / releaseReadLock

Method releaseReadLock

kdevplatform/language/duchain/duchainlock.cpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void DUChainLock::releaseReadLock()
97{
98 Q_D(DUChainLock);
99
100 d->changeOwnReaderRecursion(-1);
101}
102
103bool DUChainLock::currentThreadHasReadLock()
104{

Callers 1

unlockMethod · 0.80

Calls 1

Tested by

no test coverage detected