mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 17:43:59 +02:00
Expose atomic operation macros with RUBY prefix
Now we need atomic operations, which are lighter than mutex, more widely for extension libraries because of Ractor.
This commit is contained in:
parent
f755926ddd
commit
6ed6b85ece
Notes:
git
2020-12-24 11:43:50 +09:00
6 changed files with 297 additions and 235 deletions
|
@ -3,6 +3,7 @@ coverage.o: $(RUBY_EXTCONF_H)
|
|||
coverage.o: $(arch_hdrdir)/ruby/config.h
|
||||
coverage.o: $(hdrdir)/ruby.h
|
||||
coverage.o: $(hdrdir)/ruby/assert.h
|
||||
coverage.o: $(hdrdir)/ruby/atomic.h
|
||||
coverage.o: $(hdrdir)/ruby/backward.h
|
||||
coverage.o: $(hdrdir)/ruby/backward/2/assume.h
|
||||
coverage.o: $(hdrdir)/ruby/backward/2/attributes.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue