-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
[libc++] Make std::lock_guard
available with _LIBCPP_HAS_NO_THREADS
#98717
Merged
Commits on Jul 13, 2024
-
[libcxx] Make locks available with _LIBCPP_HAS_NO_THREADS
This change makes std::lock_guard, std::unique_lock, std::scoped_lock, and std::shared_lock available when _LIBCPP_HAS_NO_THREADS is set. These classes are generic and don't require threading support, and are regularly used even in environments where threading isn't available like embedded. fixes llvm#89891
Configuration menu - View commit details
-
Copy full SHA for 1aec8cd - Browse repository at this point
Copy the full SHA 1aec8cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b4d430 - Browse repository at this point
Copy the full SHA 2b4d430View commit details -
Configuration menu - View commit details
-
Copy full SHA for e06a8e6 - Browse repository at this point
Copy the full SHA e06a8e6View commit details
Commits on Jul 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 896cdc3 - Browse repository at this point
Copy the full SHA 896cdc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d717ad2 - Browse repository at this point
Copy the full SHA d717ad2View commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 252198d - Browse repository at this point
Copy the full SHA 252198dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ffe2d1 - Browse repository at this point
Copy the full SHA 3ffe2d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d686e - Browse repository at this point
Copy the full SHA b5d686eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd00542 - Browse repository at this point
Copy the full SHA cd00542View commit details -
Configuration menu - View commit details
-
Copy full SHA for 757a485 - Browse repository at this point
Copy the full SHA 757a485View commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 38d2425 - Browse repository at this point
Copy the full SHA 38d2425View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7eb493 - Browse repository at this point
Copy the full SHA d7eb493View commit details -
Configuration menu - View commit details
-
Copy full SHA for f07b064 - Browse repository at this point
Copy the full SHA f07b064View commit details -
Configuration menu - View commit details
-
Copy full SHA for da38a9f - Browse repository at this point
Copy the full SHA da38a9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cdda4a - Browse repository at this point
Copy the full SHA 5cdda4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f95bb1 - Browse repository at this point
Copy the full SHA 9f95bb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1384a3 - Browse repository at this point
Copy the full SHA c1384a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09c8e0c - Browse repository at this point
Copy the full SHA 09c8e0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5273378 - Browse repository at this point
Copy the full SHA 5273378View commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2ed78f1 - Browse repository at this point
Copy the full SHA 2ed78f1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.