godot/modules/mono
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
..
build_scripts Mono: Don't use -rdynamic when compiling for WASM 2020-12-13 21:46:38 +01:00
doc_classes
editor [Mono] Use the same search logic for both `MSBuild` and `dotnet`, add custom search paths on macOS. 2021-02-05 09:29:29 +01:00
glue Fix C# string.Hash() 2021-02-02 13:30:54 +01:00
icons
mono_gd Modernize Mutex 2021-02-18 11:58:08 +01:00
utils Modernize Mutex 2021-02-18 11:58:08 +01:00
.gitignore
SCsub
__init__.py
class_db_api_json.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
class_db_api_json.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
config.py Mono: Add mono_bcl SCons option for a custom BCL location 2020-12-09 11:22:05 +01:00
csharp_script.cpp Modernize Mutex 2021-02-18 11:58:08 +01:00
csharp_script.h Modernize Mutex 2021-02-18 11:58:08 +01:00
godotsharp_defs.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
godotsharp_dirs.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
godotsharp_dirs.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
mono_gc_handle.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
mono_gc_handle.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
register_types.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
register_types.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
signal_awaiter_utils.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
signal_awaiter_utils.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00