godot/modules/mono/mono_gd
Pedro J. Estébanez 4ddcdc031b Modernize Mutex
- Based on C++11's `mutex`
- No more need to allocate-deallocate or check for null
- No pointer anymore, just a member variable
- Platform-specific implementations no longer needed
- Simpler for `NO_THREADS`
- `BinaryMutex` added for special cases as the non-recursive version
- `MutexLock` now takes a reference. At this point the cases of null `Mutex`es are rare. If you ever need that, just don't use `MutexLock`.
- `ScopedMutexLock` is dropped and replaced by `MutexLock`, because they were pretty much the same.
2021-02-18 11:58:08 +01:00
..
support Cleanup: Remove executable bit from files which don't need it 2021-01-26 17:00:15 +01:00
android_mono_config.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_assembly.cpp C # mono supports Unicode code 2021-01-18 16:34:10 +08:00
gd_mono_assembly.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_cache.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_cache.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_class.cpp C # mono supports Unicode code 2021-01-18 16:34:10 +08:00
gd_mono_class.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_field.cpp C # mono supports Unicode code 2021-01-18 16:34:10 +08:00
gd_mono_field.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_header.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_internals.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_internals.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_log.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_log.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_marshal.cpp C#: Fix System.Collections.Generic.List marshalling 2021-01-26 17:00:17 +01:00
gd_mono_marshal.h C#: Fix System.Collections.Generic.List marshalling 2021-01-26 17:00:17 +01:00
gd_mono_method.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_method.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_method_thunk.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_property.cpp C # mono supports Unicode code 2021-01-18 16:34:10 +08:00
gd_mono_property.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_utils.cpp Modernize Mutex 2021-02-18 11:58:08 +01:00
gd_mono_utils.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_wasm_m2n.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gd_mono_wasm_m2n.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
i_mono_class_member.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
managed_type.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
managed_type.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00