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 | |
|---|---|---|
| .. | ||
| API | 4 years ago | |
| Application | 4 years ago | |
| Archive | 4 years ago | |
| Asset | 4 years ago | |
| CommandLine | 5 years ago | |
| Components | 4 years ago | |
| Debug | 5 years ago | |
| Dependency | 5 years ago | |
| Entity | 4 years ago | |
| FileFunc | 4 years ago | |
| FileTag | 4 years ago | |
| Font | 5 years ago | |
| Gem | 4 years ago | |
| IO | 4 years ago | |
| InGameUI | 5 years ago | |
| Input | 4 years ago | |
| Logging | 4 years ago | |
| Matchmaking | 4 years ago | |
| Math | 5 years ago | |
| Metrics | 5 years ago | |
| Network | 4 years ago | |
| Physics | 4 years ago | |
| Platform | 5 years ago | |
| Process | 4 years ago | |
| ProjectManager | 4 years ago | |
| Render | 4 years ago | |
| Scene | 5 years ago | |
| Script | 4 years ago | |
| Session | 4 years ago | |
| Slice | 4 years ago | |
| Spawnable | 4 years ago | |
| StreamingInstall | 4 years ago | |
| StringFunc | 5 years ago | |
| SurfaceData | 4 years ago | |
| TargetManagement | 4 years ago | |
| Terrain | 4 years ago | |
| Thermal | 5 years ago | |
| UnitTest | 4 years ago | |
| Viewport | 4 years ago | |
| Visibility | 4 years ago | |
| Windowing | 4 years ago | |
| AzFrameworkModule.cpp | 4 years ago | |
| AzFrameworkModule.h | 5 years ago | |
| azframework_files.cmake | 4 years ago | |
| feature_options.cmake | 4 years ago | |