gh-116908: Only write to `_pending_calls.calls_to_do` with atomic operations (#117044)
These writes to `pending->calls_to_do` need to be atomic, because other threads can read (atomically) from `calls_to_do` without holding `pending->mutex`.
B
Brett Simmers committed
9221ef2d8cb7f4cf37592eb650d4c8f972033000
Parent: fc45998
Committed by GitHub <[email protected]>
on 3/20/2024, 3:18:26 PM