godot/servers/audio
Pedro J. Estébanez 8e128726f0 Modernize atomics
- Based on C++11's `atomic`
- Reworked `SafeRefCount` (based on the rewrite by @hpvb)
- Replaced free atomic functions by the new `SafeNumeric<T>`
- Replaced wrong cases of `volatile bool` by the new `SafeFlag`
- Platform-specific implementations no longer needed

Co-authored-by: Hein-Pieter van Braam-Stewart <hp@tmm.cx>
2021-02-18 17:12:46 +01:00
..
effects Modernize atomics 2021-02-18 17:12:46 +01:00
audio_driver_dummy.cpp
audio_driver_dummy.h
audio_effect.cpp
audio_effect.h
audio_filter_sw.cpp
audio_filter_sw.h
audio_rb_resampler.cpp Modernize atomics 2021-02-18 17:12:46 +01:00
audio_rb_resampler.h Modernize atomics 2021-02-18 17:12:46 +01:00
audio_stream.cpp
audio_stream.h
SCsub