mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Use atomic load to read interrupt mask
This commit is contained in:
parent
cd15cc250f
commit
05e0e7223a
Notes:
git
2025-05-20 17:00:21 +00:00
4 changed files with 25 additions and 9 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_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue