godot/modules/mono/mono_gd
Pedro J. Estébanez 6d89f675b1 Modernize Thread
- Based on C++11's `thread` and `thread_local`
- No more need to allocate-deallocate or check for null
- No pointer anymore, just a member variable
- Platform-specific implementations no longer needed (except for the few cases of non-portable functions)
- Simpler for `NO_THREADS`
- Thread ids are now the same across platforms (main is 1; others follow)
2021-02-18 11:58:08 +01:00
..
support Modernize Thread 2021-02-18 11:58:08 +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