You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Fix lock inversion. This method was calling AssetCatalog->AssetManager at the same time that loading threads are calling AssetManager->AssetCatalog, causing a deadlock due to lock inversion. The fix is to make this method call AssetManager *outside* of the AssetCatalog call. Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com> * Fixing the root cause in EnumerateAssets. Also added a unit test that failed with the previous EnumerateAssets logic, and succeeds with the new logic. Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com> * Make sure not to hold the secondary mutex lock either. Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com> * Remove unused alias. Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com> |
4 years ago | |
|---|---|---|
| .. | ||
| AtomCore | 4 years ago | |
| AzAndroid/java/com/amazon | 5 years ago | |
| AzCore | 4 years ago | |
| AzFramework | 4 years ago | |
| AzGameFramework | 4 years ago | |
| AzManipulatorTestFramework | 4 years ago | |
| AzNetworking | 4 years ago | |
| AzQtComponents | 4 years ago | |
| AzTest | 4 years ago | |
| AzToolsFramework | 4 years ago | |
| GFxFramework | 4 years ago | |
| GridMate | 4 years ago | |
| CMakeLists.txt | 4 years ago | |