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-07-13 01:06:26 -03:00
2026-07-13 22:55:36 +02:00
2026-06-25 10:21:29 +02:00
2026-07-12 12:39:54 +02:00
2026-06-26 09:56:01 -07:00
2026-07-13 23:45:51 +02:00
2026-07-14 19:10:19 +01:00
2026-07-14 14:38:04 +02:00
2026-06-23 22:10:34 -04:00
2026-07-09 11:11:02 -07:00
2026-07-14 10:31:45 +01:00
2026-07-07 16:24:31 +01:00
2026-07-02 13:04:33 -07:00
2026-07-14 19:21:17 +01:00
2026-06-27 11:26:41 +01:00
2026-07-14 19:10:19 +01:00
2026-07-14 13:31:49 +02:00
2026-06-27 11:26:41 +01:00
2026-06-30 00:33:00 +02:00
2026-06-25 10:21:29 +02:00
2026-06-29 21:40:33 -04:00
2026-06-29 21:40:33 -04:00
2026-07-04 11:19:19 -04:00
2026-07-12 12:39:54 +02:00
2026-06-29 10:09:26 -04:00
2026-06-29 10:09:26 -04:00
2026-06-27 11:26:41 +01:00
2026-07-08 20:49:48 -04:00
2026-06-23 22:10:34 -04:00
2026-07-09 11:22:40 +02:00
2026-06-30 14:53:59 -04:00
2026-06-27 11:26:41 +01:00
2026-06-27 11:26:41 +01:00
2026-07-07 16:24:48 +01:00
2026-06-30 14:53:59 -04:00
2026-06-27 11:26:41 +01:00
2026-06-23 16:13:03 -07:00
2026-07-08 16:39:18 +02:00
2026-07-09 16:21:28 +02:00
2026-07-09 16:21:28 +02:00