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

Pass the actual simulation threads to pthread_join functions #5442

Merged
merged 2 commits into from
Feb 1, 2024

Conversation

vpodzime
Copy link
Contributor

Not the boolean values we use to determine if the thread values are valid.

Ticket: CFE-4281
Changelog: None

Not the boolean values we use to determine if the thread values
are valid.

Ticket: CFE-4281
Changelog: None
@vpodzime vpodzime requested a review from olehermanse January 31, 2024 14:53
larsewi
larsewi previously approved these changes Jan 31, 2024
…ttempt

`ret == 0` means that the join was successful, hence the thread
is **NOT** running/started anymore. We need the opposite
condition.

Ticket: CFE-4281
Changelog: None
@vpodzime vpodzime merged commit e862039 into cfengine:master Feb 1, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants