diff options
| author | practicalswift <[email protected]> | 2019-05-07 10:07:09 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2019-05-08 10:31:54 +0200 |
| commit | 62d50ef3085c48788d32b4918dc189f9a6c997d7 (patch) | |
| tree | 07b73cbf1a18075c9e12949e84ff71b7d3f2339a /src/httpserver.cpp | |
| parent | Merge #14266: refactor: Lift prevector default vals to the member declaration (diff) | |
| download | discoin-62d50ef3085c48788d32b4918dc189f9a6c997d7.tar.xz discoin-62d50ef3085c48788d32b4918dc189f9a6c997d7.zip | |
Add LOCKS_EXCLUDED(cs_main) to LimitValidationInterfaceQueue(...) which does AssertLockNotHeld(cs_main)
Add LOCKS_EXCLUDED(cs_main) to functions calling LimitValidationInterfaceQueue(...) which does AssertLockNotHeld(cs_main)
Add LOCKS_EXCLUDED(cs_main) to functions calling CChainState::InvalidateBlock(...) which calls LimitValidationInterfaceQueue(...) which in turn does AssertLockNotHeld(cs_main)
Add LOCKS_EXCLUDED(cs_main) to functions calling CChainState::RewindBlockIndex(...) which calls LimitValidationInterfaceQueue(...) which in turn does AssertLockNotHeld(cs_main)
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions