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

Fixing yet another lock that is being held during suspension #1949

Merged
merged 1 commit into from Jan 10, 2016

Conversation

sithhell
Copy link
Member

@sithhell sithhell commented Jan 8, 2016

No description provided.

util::unlock_guard<boost::unique_lock<mutex_type> > unlock(l);
base_counter_id = get_counter(base_counter_name_, ec);
}
// After reaxquiring the lock, we need to check again if base_counter_id_
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: there is a typo in the comment, otherwise this LGTM.

hkaiser added a commit that referenced this pull request Jan 10, 2016
Fixing yet another lock that is being held during suspension
@hkaiser hkaiser merged commit 2e5394d into master Jan 10, 2016
@hkaiser hkaiser deleted the fix_held_lock branch January 10, 2016 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants