Skip to content
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

atomic_compare_exchange_strong and 'compare' variable #5

Open
joshchen opened this issue Mar 1, 2023 · 0 comments
Open

atomic_compare_exchange_strong and 'compare' variable #5

joshchen opened this issue Mar 1, 2023 · 0 comments

Comments

@joshchen
Copy link

joshchen commented Mar 1, 2023

compare = popped;

Hi ! May I know why it needs to set 'compare' as 'popped' again here?
atomic_compare_exchange_strong doesn't change 'compare' when it returns true, does it? (https://en.cppreference.com/w/c/atomic/atomic_compare_exchange)
Is this line for some special cases? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant