fuzz: Drop unnecessary mutexes #35723

pull marcofleon wants to merge 1 commits into bitcoin:master from marcofleon:2026/07/remove-unnecessary-mutex changing 2 files +5 −9
  1. marcofleon commented at 6:28 PM on July 14, 2026: contributor

    Quick cleanup addressing #35295 (review).

    This follows the same logic as 48df0939e7250a2de8a0c336bc3ddbcbe0578812 from #35521.

  2. fuzz: Drop unnecessary mutexes
    Remove the `Mutex` from the `coins_view` and `coinscache_sim`
    pool startup helpers. Fuzz targets are entered sequentially within a
    process and parallel fuzzing uses separate processes/forks, which each
    have their own copy of the global thread pool. Therefore, a mutex to
    prevent two in-process callers from racing to start the pool isn't needed.
    240d5f743a
  3. DrahtBot added the label Fuzzing on Jul 14, 2026
  4. DrahtBot commented at 6:28 PM on July 14, 2026: contributor

    <!--e57a25ab6845829454e8d69fc972939a-->

    The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

    <!--006a51241073e994b41acfe9ec718e94-->

    Code Coverage & Benchmarks

    For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/35723.

    <!--021abf342d371248e50ceaed478a90ca-->

    Reviews

    See the guideline and AI policy for information on the review process.

    Type Reviewers
    ACK maflcko, nervana21, l0rinc

    If your review is incorrectly listed, please copy-paste <code>&lt;!--meta-tag:bot-skip--&gt;</code> into the comment that the bot should ignore.

    <!--5faf32d7da4f0f540f40219e4f7537a3-->

  5. maflcko commented at 6:52 PM on July 14, 2026: member

    lgtm ACK 240d5f743aab0ff4f3e5d7d1783b410aa3306ad3

  6. nervana21 commented at 7:08 PM on July 14, 2026: contributor

    ACK 240d5f743aab0ff4f3e5d7d1783b410aa3306ad3

  7. l0rinc commented at 7:11 PM on July 14, 2026: contributor

    code review ACK 240d5f743aab0ff4f3e5d7d1783b410aa3306ad3

  8. fanquake merged this on Jul 14, 2026
  9. fanquake closed this on Jul 14, 2026


github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-07-15 05:51 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me