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

Combining thread data storage #2102

Merged
merged 2 commits into from Apr 24, 2016
Merged

Combining thread data storage #2102

merged 2 commits into from Apr 24, 2016

Conversation

hkaiser
Copy link
Member

@hkaiser hkaiser commented Apr 18, 2016

  • made access to thread states explicit
  • flyby: remove some hpx_fwd.hpp

This also fixes #224

wait_signaled = 1, ///< The thread has been signaled
wait_timeout = 2, ///< The thread has been reactivated after a timeout
wait_terminate = 4, ///< The thread needs to be terminated
wait_abort = 4 ///< The thread needs to be aborted
Copy link
Member

Choose a reason for hiding this comment

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

This doesn't look right, why is wait_terminate and wait_abort the same numerical value?

Copy link
Member Author

@hkaiser hkaiser Apr 18, 2016

Choose a reason for hiding this comment

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

Right, thanks. It's a typo.

- made access to thread states explicit
- flyby: remove some hpx_fwd.hpp
@hkaiser hkaiser merged commit b61fdfc into master Apr 24, 2016
@hkaiser hkaiser deleted the fixing_224 branch April 24, 2016 08:21
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.

Changing thread state metadata is not thread safe
2 participants