You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename atomic_wait functions to atomic_wait_value_equal
Updated the function names from `atomic_wait_value`, `atomic_wait_value_for`, and `atomic_wait_value_until` to `atomic_wait_value_equal`, `atomic_wait_value_equal_for`, and `atomic_wait_value_equal_until` respectively. This change clarifies the function's purpose and improves readability.
0 commit comments