Files
bitcoin/src
marcofleon 240d5f743a 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.
2026-07-14 19:21:17 +01:00
..
2026-06-26 09:56:01 -07:00
2026-07-02 13:04:33 -07:00
2026-07-14 19:21:17 +01:00
2026-06-29 21:40:33 -04:00