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

pthread+dylink: Ensure code is in sync on thread start #16195

Merged
merged 1 commit into from
Feb 10, 2022

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Feb 3, 2022

We still don't have a great way to keep threads in sync but this
at least means they will be correct at the moment the start.

Part of #3494.

Fixes: #16021

@sbc100 sbc100 requested a review from dschuff February 3, 2022 19:49
@sbc100 sbc100 force-pushed the thread_start_side_module_entry branch from b6b9a2f to 1bba072 Compare February 4, 2022 20:24
We still don't have a great way to keep threads in sync but this
at least means they will be correct at the moment the start.

Part of #3494.

Fixes: #16021
@sbc100 sbc100 force-pushed the thread_start_side_module_entry branch from 1bba072 to 84ab9ab Compare February 10, 2022 19:50
@sbc100 sbc100 merged commit 12b4de3 into main Feb 10, 2022
@sbc100 sbc100 deleted the thread_start_side_module_entry branch February 10, 2022 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

runtime hang in side thread with flto
2 participants