Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
bool DUChainLock::currentThreadHasReadLock()
104
{
105
Q_D(DUChainLock);
106
107
return ( bool )d->ownReaderRecursion();
108
}
109
110
bool DUChainLock::lockForWrite(uint timeout)
111
{
Callers
2
doMoreCleanup
Method · 0.80
waitForUpdate
Method · 0.80
Calls
1
ownReaderRecursion
Method · 0.80
Tested by
no test coverage detected