godot/core/templates
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
..
command_queue_mt.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
command_queue_mt.h Make Servers truly Thread Safe 2021-02-10 13:21:46 -03:00
cowdata.h Modernize atomics 2021-02-18 17:12:46 +01:00
hash_map.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
hashfuncs.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
list.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
local_vector.h Add function LocalVector::remove_unordered 2021-01-11 13:47:31 +01:00
lru.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
map.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
oa_hash_map.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
ordered_hash_map.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
paged_allocator.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
paged_array.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
pair.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
pass_func.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
rid_owner.cpp Modernize atomics 2021-02-18 17:12:46 +01:00
rid_owner.h Modernize atomics 2021-02-18 17:12:46 +01:00
rid.h Rewrite render code to be more cache and thread friendly. 2021-01-05 08:50:18 -03:00
ring_buffer.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
safe_refcount.h Modernize atomics 2021-02-18 17:12:46 +01:00
SCsub Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
self_list.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
set.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
simple_type.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
sort_array.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
thread_work_pool.cpp Modernize Thread 2021-01-29 12:02:13 +01:00
thread_work_pool.h Modernize Thread 2021-01-29 12:02:13 +01:00
vector.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
vmap.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
vset.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00