mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-11 11:16:09 -05:00
![]() Only NextSyncBlock requires cs_main lock. The other function calls like Commit or Rewind will lock or not cs_main internally when they need it. Avoiding keeping cs_main locked when Commit() or Rewind() write data to disk. |
||
---|---|---|
.. | ||
base.cpp | ||
base.h | ||
blockfilterindex.cpp | ||
blockfilterindex.h | ||
coinstatsindex.cpp | ||
coinstatsindex.h | ||
disktxpos.h | ||
txindex.cpp | ||
txindex.h |