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

Method currentThreadHasReadLock

kdevplatform/language/duchain/duchainlock.cpp:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103bool DUChainLock::currentThreadHasReadLock()
104{
105 Q_D(DUChainLock);
106
107 return ( bool )d->ownReaderRecursion();
108}
109
110bool DUChainLock::lockForWrite(uint timeout)
111{

Callers 2

doMoreCleanupMethod · 0.80
waitForUpdateMethod · 0.80

Calls 1

ownReaderRecursionMethod · 0.80

Tested by

no test coverage detected