virtualx-engine/modules/mono/mono_gd
Pedro J. Estébanez 99fe462452 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-01-29 12:02:13 +01:00
..
support Modernize Thread 2021-01-29 12:02:13 +01:00
android_mono_config.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono.cpp CI: Update to clang-format 11 and apply ternary operator changes 2021-01-12 19:32:53 +01:00
gd_mono.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_assembly.cpp C # mono supports Unicode code 2021-01-19 21:44:07 +08:00
gd_mono_assembly.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_cache.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_cache.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_class.cpp C # mono supports Unicode code 2021-01-19 21:44:07 +08:00
gd_mono_class.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_field.cpp C # mono supports Unicode code 2021-01-19 21:44:07 +08:00
gd_mono_field.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_header.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_internals.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_internals.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_log.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_log.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_marshal.cpp CI: Update to clang-format 11 and apply ternary operator changes 2021-01-12 19:32:53 +01:00
gd_mono_marshal.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_method.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_method.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_method_thunk.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_property.cpp C # mono supports Unicode code 2021-01-19 21:44:07 +08:00
gd_mono_property.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_utils.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_utils.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_wasm_m2n.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_wasm_m2n.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
i_mono_class_member.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
managed_type.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
managed_type.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00