-
Notifications
You must be signed in to change notification settings - Fork 10.5k
runtime: replace use of std::mutex
with StaticMutex
#38698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test Windows platform |
@swift-ci please smoke test macOS platform |
@swift-ci please smoke test Linux platform |
@swift-ci please clean test Linux platform |
Build failed |
Replace the `static std::mutex` with Swift's `StaticMutex` so that we avoid triggering an error due to an exit time destructor. Repairs the build after swiftlang#38562.
@swift-ci please test |
Replace the
static std::mutex
with Swift'sStaticMutex
so that weavoid triggering an error due to an exit time destructor. Repairs the
build after #38562.
Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.
Resolves SR-NNNN.