Skip to content

[Memory ordering] Fix data races in event manager startup/shutdown

Ben Gamari requested to merge wip/tsan/event-mgr into wip/tsan/prep

This is part of a large-scale refactoring of our use of atomic memory operations (or, rather, fixing the lack therefore) in the runtime system. See !2642 (merged) for details.

Merge request reports