-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deadlock in initialization of CoreBTypes using Lazy container (#1…
…9298) Replaces #19297 and fixes #19293 The deadlocks are now fixed by introduction of `PostProcessorFrontendAccess.Lazy[T]` container for which initialization is synchronized with the frontend Context, while providing a thread-safe access lacking in original solution. It now also audits where the unrestricted access to context was used and replaces these usages with safer access. Reverts #19292 [Cherry-picked 33bdaac][modified]
- Loading branch information
1 parent
f0a8100
commit ea71c64
Showing
5 changed files
with
127 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters