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

Allowing throttling scheduler to be used without idle backoff #2686

Merged
merged 1 commit into from Jun 16, 2017

Conversation

sithhell
Copy link
Member

@sithhell sithhell commented Jun 7, 2017

This patch adds the missing condition variable member in the case when
HPX_WITH_THREAD_MANAGER_IDLE_BACKOFF is turned OFF.

This fixes #2682

This patch adds the missing condition variable member in the case when
HPX_WITH_THREAD_MANAGER_IDLE_BACKOFF is turned OFF.

This fixes #2682
Copy link
Member

@hkaiser hkaiser left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@sithhell sithhell merged commit 5a4e9e5 into master Jun 16, 2017
@sithhell sithhell deleted the fixing_2682 branch June 16, 2017 12:03
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.

HPX does not compile with HPX_WITH_THREAD_MANAGER_IDLE_BACKOFF=OFF
2 participants