D22182: Remove anchorClicked lock which causes deadlock
Michael Swan
noreply at phabricator.kde.org
Thu Jul 4 03:45:36 BST 2019
mswan added a comment.
I think this `DUChain::lock()` probably still needs to be exposed as a variable or perhaps it needs to be annotated some way because I suspect that clang is not going to figure out that every value returned from this function is the exact same lock. If I start adding annotations to functions that expect the effectively global DUChain lock to be held beforehand, I would have to write something like `REQUIRES(DUChain::lock())` which as I said likely doesn't do what I want.
REPOSITORY
R32 KDevelop
REVISION DETAIL
https://phabricator.kde.org/D22182
To: mswan, #kdevelop
Cc: aaronpuchert, kdevelop-devel, hmitonneau, christiant, glebaccon, domson, antismap, iodelay, alexeymin, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20190704/c551fe63/attachment.html>
More information about the KDevelop-devel
mailing list