-
Notifications
You must be signed in to change notification settings - Fork 851
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
[core] Added atomic support and marked atomic key fields detected by thread sanitizer #1863
Conversation
ethouris
commented
Mar 12, 2021
- Added atomic support using compiler intrinsics-based external library (in C++11 mode it uses standard atomic)
- Added support for atomic chrono types (time_point and duration). This was needed as well for C++11 chrono types.
- Marked required fields atomic.
…or atomic time types
This pull request introduces 1 alert when merging 9039b3c into 2ef0c8d - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging d3147d7 into 449d917 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 4c8f794 into e2a00aa - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 880b07f into e2a00aa - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 80cef25 into 1751bab - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 349bc49 into e37f4ab - view on LGTM.com new alerts:
|