diff options
author | John Hawthorn <[email protected]> | 2025-05-14 18:28:53 -0700 |
---|---|---|
committer | John Hawthorn <[email protected]> | 2025-05-20 09:56:31 -0700 |
commit | 05e0e7223acbc9ab223dd8f4b342d5eb6d3ae8c7 () | |
tree | 15c3ed684845a6828e0935e87c6d90c2a3c46aec /misc | |
parent | cd15cc250fa7dc6482833327728eeff641d2e41d (diff) |
Use atomic load to read interrupt mask
Notes: Merged: https://.com/ruby/ruby/pull/13357
-rw-r--r-- | misc/tsan_suppressions.txt | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -25,11 +25,6 @@ race:objspace_malloc_increase_body race_top:rb_signal_buff_size race:unregister_ubf_list -# interrupt flag is set atomically, but read non-atomically -race_top:RUBY_VM_INTERRUPTED_ANY -race_top:unblock_function_set -race_top:threadptr_get_interrupts - # It's already crashing. We're doing our best signal:rb_vm_bugreport race:check_reserved_signal_ |