Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use AtomicFreeList to squash TSAN complains
The previous fix attempt didn't work on some test. There are no known bugs with AtomicFreeList other than tripping TSAN, and it's unclear that TSAN isn't at fault. However, switching to using a mutex works fine and doesn't appear to be slower (it's actually faster with synthetic benchmarks on macOS) BUGS=[377369108]
- Loading branch information