virtualx-engine/modules/mono/mono_gd/support
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
..
android_support.cpp Modernize Thread 2021-02-18 11:58:08 +01:00
android_support.h Cleanup: Remove executable bit from files which don't need it 2021-01-26 17:00:15 +01:00
ios_support.h Cleanup: Remove executable bit from files which don't need it 2021-01-26 17:00:15 +01:00
ios_support.mm Update copyright statements to 2021 2021-01-13 16:17:06 +01:00