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

Fix incorrect WaitForStateUpdate behavior #997

Merged
merged 1 commit into from Sep 20, 2016
Merged

Fix incorrect WaitForStateUpdate behavior #997

merged 1 commit into from Sep 20, 2016

Conversation

codemercenary
Copy link
Contributor

This routine must throw an exception if the thread is terminated during a wait. Ensure that BasicThread::OnStop signals the state mutex when it's called to cause any waiters to wake up.

This routine must throw an exception if the thread is terminated during a wait.  Ensure that `BasicThread::OnStop` signals the state mutex when it's called to cause any waiters to wake up.
@hham
Copy link
Contributor

hham commented Sep 20, 2016

Looks good.

@hham hham merged commit b65152d into master Sep 20, 2016
@hham hham deleted the fix-waitforstate branch September 20, 2016 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants