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

__wait.c: fix a timeout #361

Merged
merged 1 commit into from
Dec 13, 2022
Merged

__wait.c: fix a timeout #361

merged 1 commit into from
Dec 13, 2022

Conversation

yamt
Copy link
Contributor

@yamt yamt commented Dec 13, 2022

Note: The typical symptom of this bug is a busy waiting on a lock.

Note: 0 means immediate timeout. a negative value means no timeout.

Verified

This commit was signed with the committer’s verified signature.
wpoynter Will Poynter
Note: The typical symptom of this bug is a busy waiting on a lock.

Note: 0 means immediate timeout. a negative value means no timeout.
@abrown abrown merged commit f687048 into WebAssembly:main Dec 13, 2022
john-sharratt pushed a commit to john-sharratt/wasix-libc that referenced this pull request Mar 6, 2023

Verified

This commit was signed with the committer’s verified signature.
wpoynter Will Poynter
Note: The typical symptom of this bug is a busy waiting on a lock.

Note: 0 means immediate timeout. a negative value means no timeout.
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.

None yet

3 participants