mirror of
https://github.com/godotengine/godot.git
synced 2024-11-14 16:13:08 +00:00
4ddcdc031b
- 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. |
||
---|---|---|
.. | ||
macros.h | ||
mono_reg_utils.cpp | ||
mono_reg_utils.h | ||
osx_utils.cpp | ||
osx_utils.h | ||
path_utils.cpp | ||
path_utils.h | ||
string_utils.cpp | ||
string_utils.h | ||
thread_local.cpp | ||
thread_local.h |